Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
A Dfiemap.rst25 __u32 fm_extent_count; /* size of fm_extents array (in) */
27 struct fiemap_extent fm_extents[0]; /* array of mapped extents (out) */
47 fm_extent_count specifies the number of elements in the fm_extents[] array
49 fm_extents[] array is ignored (no extents will be returned), and the
51 fm_extents[] to hold the file's current mapping. Note that there is
67 Extent information is returned within the embedded fm_extents array
80 returned in fm_extents::
230 next free extent in the fm_extents array. 'General' extent flags will
235 user-supplied fm_extents array is full. If an error is encountered
/linux/include/uapi/linux/
A Dfiemap.h37 struct fiemap_extent fm_extents[0]; /* array of mapped extents (out) */ member
/linux/fs/
A Dioctl.c217 fieinfo.fi_extents_start = ufiemap->fm_extents; in ioctl_fiemap()
/linux/fs/ext4/
A Dioctl.c790 fieinfo.fi_extents_start = ufiemap->fm_extents; in ext4_ioctl_get_es_cache()

Completed in 10 milliseconds