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

/linux-master/fs/xfs/
H A Dxfs_fsmap.h24 unsigned int fmh_count; /* # of entries in array incl. input */ member in struct:xfs_fsmap_head
H A Dxfs_ioctl.c1540 count = min_t(unsigned int, head.fmh_count,
1544 count = min_t(unsigned int, head.fmh_count,
1565 xhead.fmh_count = min_t(unsigned int, count,
1566 head.fmh_count - head.fmh_entries);
1596 if (head.fmh_count == 0 || xhead.fmh_entries == 0)
1613 } while (!done && head.fmh_entries < head.fmh_count);
1619 if (done && head.fmh_count > 0 && head.fmh_entries > 0) {
H A Dxfs_fsmap.c298 if (info->head->fmh_count == 0) {
322 if (info->head->fmh_entries >= info->head->fmh_count)
338 if (info->head->fmh_entries >= info->head->fmh_count)
861 * return or head.fmh_entries == head.fmh_count. In the second case, this
/linux-master/fs/ext4/
H A Dfsmap.h25 unsigned int fmh_count; /* # of entries in array incl. input */ member in struct:ext4_fsmap_head
H A Dfsmap.c110 if (info->gfi_head->fmh_count == 0) {
134 if (info->gfi_head->fmh_entries >= info->gfi_head->fmh_count)
159 if (info->gfi_head->fmh_entries >= info->gfi_head->fmh_count)
612 * extents are mapped, until the passed-in head->fmh_count slots have
H A Dioctl.c910 xhead.fmh_count = head.fmh_count;
/linux-master/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 in struct:fsmap_head

Completed in 122 milliseconds