Searched refs:fmh_count (Results 1 – 6 of 6) sorted by relevance
303 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()1327 count = min_t(unsigned int, head.fmh_count, in xfs_ioc_getfsmap()1331 count = min_t(unsigned int, head.fmh_count, in xfs_ioc_getfsmap()1352 xhead.fmh_count = min_t(unsigned int, count, in xfs_ioc_getfsmap()1353 head.fmh_count - head.fmh_entries); in xfs_ioc_getfsmap()1383 if (head.fmh_count == 0 || xhead.fmh_entries == 0) in xfs_ioc_getfsmap()1400 } while (!done && head.fmh_entries < head.fmh_count); in xfs_ioc_getfsmap()1406 if (done && head.fmh_count > 0 && head.fmh_entries > 0) { in xfs_ioc_getfsmap()
25 unsigned int fmh_count; /* # of entries in array incl. input */ member
111 if (info->gfi_head->fmh_count == 0) { in ext4_getfsmap_helper()135 if (info->gfi_head->fmh_entries >= info->gfi_head->fmh_count) in ext4_getfsmap_helper()160 if (info->gfi_head->fmh_entries >= info->gfi_head->fmh_count) in ext4_getfsmap_helper()
915 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
63 __u32 fmh_count; /* # of entries in array incl. input */ member