Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_fsmap.h24 unsigned int fmh_count; /* # of entries in array incl. input */ member
Dxfs_fsmap.c261 if (info->head->fmh_count == 0) { in xfs_getfsmap_helper()
282 if (info->head->fmh_entries >= info->head->fmh_count) in xfs_getfsmap_helper()
301 if (info->head->fmh_entries >= info->head->fmh_count) in xfs_getfsmap_helper()
Dxfs_ioctl.c1667 xhead.fmh_count = head.fmh_count; in xfs_ioc_getfsmap()
/Linux-v4.19/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()
131 if (info->gfi_head->fmh_entries >= info->gfi_head->fmh_count) in ext4_getfsmap_helper()
156 if (info->gfi_head->fmh_entries >= info->gfi_head->fmh_count) in ext4_getfsmap_helper()
Dioctl.c557 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
/Linux-v4.19/include/uapi/linux/
Dfsmap.h63 __u32 fmh_count; /* # of entries in array incl. input */ member