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

/linux-master/fs/xfs/
H A Dxfs_fsmap.h25 unsigned int fmh_entries; /* # of entries filled in (output). */ member in struct:xfs_fsmap_head
H A Dxfs_fsmap.c245 rec = &info->fsmap_recs[info->head->fmh_entries++];
299 if (info->head->fmh_entries == UINT_MAX)
303 info->head->fmh_entries++;
308 info->head->fmh_entries++;
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
903 head->fmh_entries = 0;
H A Dxfs_ioctl.c1558 head.fmh_entries = 0;
1563 user_recs = &arg->fmh_recs[head.fmh_entries];
1564 xhead.fmh_entries = 0;
1566 head.fmh_count - head.fmh_entries);
1589 head.fmh_entries += xhead.fmh_entries;
1596 if (head.fmh_count == 0 || xhead.fmh_entries == 0)
1601 xhead.fmh_entries * sizeof(struct fsmap))) {
1607 last_rec = &recs[xhead.fmh_entries - 1];
1613 } while (!done && head.fmh_entries < hea
[all...]
/linux-master/include/uapi/linux/
H A Dfsmap.h24 * length of the fmh_recs array, and fmh_entries will be set to the
27 * fmh_entries, though no mappings will be returned. fmh_reserved
64 __u32 fmh_entries; /* # of entries filled in (output). */ member in struct:fsmap_head
84 head->fmh_keys[0] = head->fmh_recs[head->fmh_entries - 1];
/linux-master/fs/ext4/
H A Dfsmap.h26 unsigned int fmh_entries; /* # of entries filled in (output). */ member in struct:ext4_fsmap_head
H A Dfsmap.c111 if (info->gfi_head->fmh_entries == UINT_MAX)
115 info->gfi_head->fmh_entries++;
120 info->gfi_head->fmh_entries++;
134 if (info->gfi_head->fmh_entries >= info->gfi_head->fmh_count)
152 info->gfi_head->fmh_entries++;
159 if (info->gfi_head->fmh_entries >= info->gfi_head->fmh_count)
174 info->gfi_head->fmh_entries++;
645 head->fmh_entries = 0;
H A Dioctl.c935 head.fmh_entries = xhead.fmh_entries;

Completed in 356 milliseconds