Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfiemap.rst25 __u32 fm_extent_count; /* size of fm_extents array (in) */
47 fm_extent_count specifies the number of elements in the fm_extents[] array
48 that can be used to return extents. If fm_extent_count is zero, then the
70 fm_extent_count. The number of extents mapped by kernel will be
75 fm_extent_count. In that case, the last extent in the array will not
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfiemap.h35 __u32 fm_extent_count; /* size of fm_extents array (in) */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfiemap.h35 __u32 fm_extent_count; /* size of fm_extents array (in) */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfiemap.h35 __u32 fm_extent_count; /* size of fm_extents array (in) */ member
/OK3568_Linux_fs/kernel/fs/
H A Dioctl.c209 if (fiemap.fm_extent_count > FIEMAP_MAX_EXTENTS) in ioctl_fiemap()
213 fieinfo.fi_extents_max = fiemap.fm_extent_count; in ioctl_fiemap()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c801 if (fiemap.fm_extent_count > FIEMAP_MAX_EXTENTS) in ext4_ioctl_get_es_cache()
805 fieinfo.fi_extents_max = fiemap.fm_extent_count; in ext4_ioctl_get_es_cache()