Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_fsmap.c303 if (info->head->fmh_count == 0) { in xfs_getfsmap_helper()
323 if (info->head->fmh_entries >= info->head->fmh_count) in xfs_getfsmap_helper()
339 if (info->head->fmh_entries >= info->head->fmh_count) in xfs_getfsmap_helper()
1329 count = min_t(unsigned int, head.fmh_count, in xfs_ioc_getfsmap()
1333 count = min_t(unsigned int, head.fmh_count, in xfs_ioc_getfsmap()
1354 xhead.fmh_count = min_t(unsigned int, count, in xfs_ioc_getfsmap()
1355 head.fmh_count - head.fmh_entries); in xfs_ioc_getfsmap()
1385 if (head.fmh_count == 0 || xhead.fmh_entries == 0) in xfs_ioc_getfsmap()
1402 } while (!done && head.fmh_entries < head.fmh_count); in xfs_ioc_getfsmap()
1408 if (done && head.fmh_count > 0 && head.fmh_entries > 0) { in xfs_ioc_getfsmap()
H A Dxfs_fsmap.h25 unsigned int fmh_count; /* # of entries in array incl. input */ member
/linux-6.15/fs/ext4/
H A Dfsmap.h25 unsigned int fmh_count; /* # of entries in array incl. input */ member
H A Dfsmap.c110 if (info->gfi_head->fmh_count == 0) { in ext4_getfsmap_helper()
134 if (info->gfi_head->fmh_entries >= info->gfi_head->fmh_count) in ext4_getfsmap_helper()
159 if (info->gfi_head->fmh_entries >= info->gfi_head->fmh_count) in ext4_getfsmap_helper()
H A Dioctl.c910 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
/linux-6.15/include/uapi/linux/
H A Dfsmap.h63 __u32 fmh_count; /* # of entries in array incl. input */ member