Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_fsmap.h24 unsigned int fmh_count; /* # of entries in array incl. input */ member
H A Dxfs_ioctl.c1539 count = min_t(unsigned int, head.fmh_count, in xfs_ioc_getfsmap()
1543 count = min_t(unsigned int, head.fmh_count, in xfs_ioc_getfsmap()
1564 xhead.fmh_count = min_t(unsigned int, count, in xfs_ioc_getfsmap()
1565 head.fmh_count - head.fmh_entries); in xfs_ioc_getfsmap()
1595 if (head.fmh_count == 0 || xhead.fmh_entries == 0) in xfs_ioc_getfsmap()
1612 } while (!done && head.fmh_entries < head.fmh_count); in xfs_ioc_getfsmap()
1618 if (done && head.fmh_count > 0 && head.fmh_entries > 0) { in xfs_ioc_getfsmap()
H A Dxfs_fsmap.c298 if (info->head->fmh_count == 0) { in xfs_getfsmap_helper()
322 if (info->head->fmh_entries >= info->head->fmh_count) in xfs_getfsmap_helper()
338 if (info->head->fmh_entries >= info->head->fmh_count) in xfs_getfsmap_helper()
/openbmc/linux/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.c901 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
/openbmc/linux/include/uapi/linux/
H A Dfsmap.h63 __u32 fmh_count; /* # of entries in array incl. input */ member