Searched refs:fm_extents (Results 1 – 3 of 3) sorted by relevance
23 __u32 fm_extent_count; /* size of fm_extents array (in) */25 struct fiemap_extent fm_extents[0]; /* array of mapped extents (out) */45 fm_extent_count specifies the number of elements in the fm_extents[] array47 fm_extents[] array is ignored (no extents will be returned), and the49 fm_extents[] to hold the file's current mapping. Note that there is65 Extent information is returned within the embedded fm_extents array78 returned in fm_extents.222 next free extent in the fm_extents array. 'General' extent flags will227 user-supplied fm_extents array is full. If an error is encountered
36 struct fiemap_extent fm_extents[0]; /* array of mapped extents (out) */ member
199 fieinfo.fi_extents_start = ufiemap->fm_extents; in ioctl_fiemap()