/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_fsmap.h | 24 unsigned int fmh_count; /* # of entries in array incl. input */ member
|
H A D | xfs_ioctl.c | 1747 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 D | xfs_fsmap.c | 271 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 D | xfs_fsmap.h | 24 unsigned int fmh_count; /* # of entries in array incl. input */ member
|
H A D | xfs_ioctl.c | 1539 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 D | xfs_fsmap.c | 298 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 D | fsmap.h | 25 unsigned int fmh_count; /* # of entries in array incl. input */ member
|
H A D | fsmap.c | 110 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 D | ioctl.c | 709 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | fsmap.h | 25 unsigned int fmh_count; /* # of entries in array incl. input */ member
|
H A D | fsmap.c | 110 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 D | ioctl.c | 901 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | fsmap.h | 34 __u32 fmh_count; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | fsmap.h | 34 __u32 fmh_count; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | fsmap.h | 23 * 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 D | fsmap.h | 23 * 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 D | fsmap.h | 21 __u32 fmh_count; member
|