Lines Matching defs:i_size
70 * As a side-effect, the file size (vfs inode->i_size) may be incremented as,
119 "new_initialized_size 0x%llx, i_size 0x%llx.",
171 * size (vfs inode->i_size), we need to extend the file size to the
301 ntfs_debug("Done, initialized_size 0x%llx, i_size 0x%llx.",
454 * increments the vfs inode->i_size to keep it above or equal to the
566 * i_size is not to be modified yet.
1433 * Finally, if we do not need to update initialized_size or i_size we
1444 * Update initialized_size/i_size as appropriate, both in the inode and
1496 ntfs_error(vi->i_sb, "Failed to update initialized_size/i_size (error "
1523 * Finally, we need to update i_size and initialized_size as appropriate both
1528 * page are uptodate, and updates i_size if the end of io is beyond i_size. In
1543 loff_t i_size;
1602 i_size = i_size_read(vi);
1603 BUG_ON(attr_len != i_size);
1632 /* Update initialized_size/i_size if necessary. */
1637 BUG_ON(initialized_size != i_size);