Home
last modified time | relevance | path

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

/linux/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()
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()
H A Dxfs_fsmap.h25 unsigned int fmh_count; /* # of entries in array incl. input */ member
/linux/fs/ext4/
H A Dfsmap.h25 unsigned int fmh_count; /* # of entries in array incl. input */ member
H A Dfsmap.c111 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()
H A Dioctl.c915 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
/linux/include/uapi/linux/
H A Dfsmap.h63 __u32 fmh_count; /* # of entries in array incl. input */ member