Home
last modified time | relevance | path

Searched refs:fm_extents (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/Documentation/filesystems/
Dfiemap.txt23 __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[] array
47 fm_extents[] array is ignored (no extents will be returned), and the
49 fm_extents[] to hold the file's current mapping. Note that there is
65 Extent information is returned within the embedded fm_extents array
78 returned in fm_extents.
222 next free extent in the fm_extents array. 'General' extent flags will
227 user-supplied fm_extents array is full. If an error is encountered
/linux-3.4.99/include/linux/
Dfiemap.h36 struct fiemap_extent fm_extents[0]; /* array of mapped extents (out) */ member
/linux-3.4.99/fs/
Dioctl.c199 fieinfo.fi_extents_start = ufiemap->fm_extents; in ioctl_fiemap()