Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfiemap.h50 __u32 fm_extent_count; member
/linux-6.15/Documentation/filesystems/
H A Dfiemap.rst36 fm_extent_count specifies the number of elements in the fm_extents[] array
37 that can be used to return extents. If fm_extent_count is zero, then the
61 fm_extent_count. The number of extents mapped by kernel will be
66 fm_extent_count. In that case, the last extent in the array will not
/linux-6.15/fs/
H A Dioctl.c213 if (fiemap.fm_extent_count > FIEMAP_MAX_EXTENTS) in ioctl_fiemap()
217 fieinfo.fi_extents_max = fiemap.fm_extent_count; in ioctl_fiemap()
/linux-6.15/fs/ext4/
H A Dioctl.c1043 if (fiemap.fm_extent_count > FIEMAP_MAX_EXTENTS) in ext4_ioctl_get_es_cache()
1047 fieinfo.fi_extents_max = fiemap.fm_extent_count; in ext4_ioctl_get_es_cache()