Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_fsmap.h24 unsigned int fmh_count; /* # of entries in array incl. input */ member
Dxfs_ioctl.c1533 count = min_t(unsigned int, head.fmh_count, in xfs_ioc_getfsmap()
1537 count = min_t(unsigned int, head.fmh_count, in xfs_ioc_getfsmap()
1558 xhead.fmh_count = min_t(unsigned int, count, in xfs_ioc_getfsmap()
1559 head.fmh_count - head.fmh_entries); in xfs_ioc_getfsmap()
1589 if (head.fmh_count == 0 || xhead.fmh_entries == 0) in xfs_ioc_getfsmap()
1606 } while (!done && head.fmh_entries < head.fmh_count); in xfs_ioc_getfsmap()
1612 if (done && head.fmh_count > 0 && head.fmh_entries > 0) { in xfs_ioc_getfsmap()
Dxfs_fsmap.c271 if (info->head->fmh_count == 0) { in xfs_getfsmap_helper()
295 if (info->head->fmh_entries >= info->head->fmh_count) in xfs_getfsmap_helper()
311 if (info->head->fmh_entries >= info->head->fmh_count) in xfs_getfsmap_helper()
/Linux-v6.1/fs/ext4/
Dfsmap.h25 unsigned int fmh_count; /* # of entries in array incl. input */ member
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()
Dioctl.c892 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
/Linux-v6.1/include/uapi/linux/
Dfsmap.h63 __u32 fmh_count; /* # of entries in array incl. input */ member