Home
last modified time | relevance | path

Searched refs:fmh_count (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_fsmap.h24 unsigned int fmh_count; /* # of entries in array incl. input */ member
H A Dxfs_ioctl.c1747 count = min_t(unsigned int, head.fmh_count, in xfs_ioc_getfsmap()
1751 count = min_t(unsigned int, head.fmh_count, in xfs_ioc_getfsmap()
1772 xhead.fmh_count = min_t(unsigned int, count, in xfs_ioc_getfsmap()
1773 head.fmh_count - head.fmh_entries); in xfs_ioc_getfsmap()
1803 if (head.fmh_count == 0 || xhead.fmh_entries == 0) in xfs_ioc_getfsmap()
1820 } while (!done && head.fmh_entries < head.fmh_count); in xfs_ioc_getfsmap()
1826 if (done && head.fmh_count > 0 && head.fmh_entries > 0) { in xfs_ioc_getfsmap()
H A 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()
807 * return or head.fmh_entries == head.fmh_count. In the second case, this
/kernel/linux/linux-6.6/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()
864 * return or head.fmh_entries == head.fmh_count. In the second case, this
/kernel/linux/linux-5.10/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()
611 * extents are mapped, until the passed-in head->fmh_count slots have
H A Dioctl.c709 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
/kernel/linux/linux-6.6/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()
611 * extents are mapped, until the passed-in head->fmh_count slots have
H A Dioctl.c901 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfsmap.h34 __u32 fmh_count; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfsmap.h34 __u32 fmh_count; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfsmap.h23 * on the overall record output. fmh_count should be set to the
25 * number of entries filled out during each call. If fmh_count is
35 * contents of fsmap_head.fmh_recs[fsmap_head.fmh_count - 1] should be
63 __u32 fmh_count; /* # of entries in array incl. input */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfsmap.h23 * on the overall record output. fmh_count should be set to the
25 * number of entries filled out during each call. If fmh_count is
35 * contents of fsmap_head.fmh_recs[fsmap_head.fmh_count - 1] should be
63 __u32 fmh_count; /* # of entries in array incl. input */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfsmap.h21 __u32 fmh_count; member

Completed in 18 milliseconds