Lines Matching refs:xhead
1725 struct xfs_fsmap_head xhead = {0};
1758 xhead.fmh_iflags = head.fmh_iflags;
1759 xfs_fsmap_to_internal(&xhead.fmh_keys[0], &head.fmh_keys[0]);
1760 xfs_fsmap_to_internal(&xhead.fmh_keys[1], &head.fmh_keys[1]);
1762 trace_xfs_getfsmap_low_key(ip->i_mount, &xhead.fmh_keys[0]);
1763 trace_xfs_getfsmap_high_key(ip->i_mount, &xhead.fmh_keys[1]);
1771 xhead.fmh_entries = 0;
1772 xhead.fmh_count = min_t(unsigned int, count,
1776 error = xfs_getfsmap(ip->i_mount, &xhead, recs);
1796 head.fmh_entries += xhead.fmh_entries;
1797 head.fmh_oflags = xhead.fmh_oflags;
1803 if (head.fmh_count == 0 || xhead.fmh_entries == 0)
1808 xhead.fmh_entries * sizeof(struct fsmap))) {
1814 last_rec = &recs[xhead.fmh_entries - 1];
1818 xfs_fsmap_to_internal(&xhead.fmh_keys[0], last_rec);
1819 trace_xfs_getfsmap_low_key(ip->i_mount, &xhead.fmh_keys[0]);