Lines Matching defs:i_size
71 * As a side-effect, the file size (vfs inode->i_size) may be incremented as,
120 "new_initialized_size 0x%llx, i_size 0x%llx.",
172 * size (vfs inode->i_size), we need to extend the file size to the
297 ntfs_debug("Done, initialized_size 0x%llx, i_size 0x%llx.",
447 * increments the vfs inode->i_size to keep it above or equal to the
559 * i_size is not to be modified yet.
1426 * Finally, if we do not need to update initialized_size or i_size we
1437 * Update initialized_size/i_size as appropriate, both in the inode and
1489 ntfs_error(vi->i_sb, "Failed to update initialized_size/i_size (error "
1516 * Finally, we need to update i_size and initialized_size as appropriate both
1521 * page are uptodate, and updates i_size if the end of io is beyond i_size. In
1536 loff_t i_size;
1595 i_size = i_size_read(vi);
1596 BUG_ON(attr_len != i_size);
1625 /* Update initialized_size/i_size if necessary. */
1630 BUG_ON(initialized_size != i_size);