Lines Matching refs:size
36 * Limit file size to the page cache limit on architectures where unsigned long
61 * ntfs_attr_extend_initialized - extend the initialized size of an attribute
63 * @new_init_size: requested new initialized size in bytes
65 * Extend the initialized size of an attribute described by the ntfs inode @ni
67 * the old initialized size and @new_init_size both in the page cache and on
71 * As a side-effect, the file size (vfs inode->i_size) may be incremented as,
72 * in the resident attribute case, it is tied to the initialized size and, in
73 * the non-resident attribute case, it may not fall below the initialized size.
88 * encountered it is possible that the initialized size will already have been
157 * Do the zeroing in the mft record and update the attribute size in
171 * If the new initialized size @new_init_size exceeds the current file
172 * size (vfs inode->i_size), we need to extend the file size to the
173 * new initialized size.
202 /* Update the file size in the vfs inode. */
223 * Update the initialized size in the ntfs inode. This is
237 * initialised size from a very small value to a really huge
377 * If the write goes beyond the allocated size, extend the allocation
385 * Extend the allocation without changing the data size.
444 * If the write starts beyond the initialized size, extend it up to the
446 * the old initialized size and the new one. This automatically also
463 "extending the initialized size "
554 * If @nr_pages is greater than one, we are guaranteed that the cluster size is
672 * the initialized size, do an actual read.
744 * within the initialized size, do an
805 * is outside allocated size and is not uptodate, zero it and
920 * unmapped. This can only happen when the cluster size is
921 * less than the page cache size.
1050 * Determine the size of the mapping pairs array for the new
1058 ntfs_debug("Failed to get size for mapping pairs "
1113 * size in the ntfs_inode structure and the attribute record.
1136 ni->itype.compressed.size += vol->cluster_size;
1138 cpu_to_sle64(ni->itype.compressed.size);
1192 * If the buffer overflows the initialized size, need
1229 ni->itype.compressed.size += vol->cluster_size;
1235 * size of the base attribute extent which chkdsk
1280 * Resize the attribute record to its old size and rebuild the mapping