Lines Matching full:will

37 flags, it will return EBADR and the contents of fm_flags will contain
39 with all flags passed, the contents of fm_flags will be unmodified.
47 fm_extents[] array is ignored (no extents will be returned), and the
48 fm_mapped_extents count will hold the number of extents needed in
55 If this flag is set, the kernel will sync the file before mapping extents.
58 If this flag is set, the extents returned will describe the inodes
68 fm_extent_count. The number of extents mapped by kernel will be
72 array will be returned and fm_mapped_extents will be equal to
73 fm_extent_count. In that case, the last extent in the array will not
74 complete the requested range and will not have the FIEMAP_EXTENT_LAST
94 returned, fe_logical, fe_physical, and fe_length will be aligned to the
96 FIEMAP_EXTENT_MERGED, adjacent extents will not be merged.
103 Some flags are intentionally vague and will always be set in the
109 are set, FIEMAP_EXTENT_NOT_ALIGNED will also be set. A program looking
119 extent will return nothing.
127 - This will also set FIEMAP_EXTENT_UNKNOWN.
134 extent via I/O to the block device will have undefined results.
147 - This will also set FIEMAP_EXTENT_ENCODED
154 This will also set FIEMAP_EXTENT_NOT_ALIGNED
158 This will also set FIEMAP_EXTENT_NOT_ALIGNED
163 initialized. This indicates the extent's data will be all zero if read
168 This will be set when a file does not support extents, i.e., it uses a block
170 userspace would be highly inefficient, the kernel will try to merge most
209 fiemap_check_flags finds invalid user flags, it will place the bad values in
221 fiemap_fill_next_extent() will use the passed values to populate the
222 next free extent in the fm_extents array. 'General' extent flags will
228 while copying the extent to user memory, -EFAULT will be returned.