Lines Matching refs:xhead
1517 struct xfs_fsmap_head xhead = {0};
1550 xhead.fmh_iflags = head.fmh_iflags;
1551 xfs_fsmap_to_internal(&xhead.fmh_keys[0], &head.fmh_keys[0]);
1552 xfs_fsmap_to_internal(&xhead.fmh_keys[1], &head.fmh_keys[1]);
1554 trace_xfs_getfsmap_low_key(ip->i_mount, &xhead.fmh_keys[0]);
1555 trace_xfs_getfsmap_high_key(ip->i_mount, &xhead.fmh_keys[1]);
1563 xhead.fmh_entries = 0;
1564 xhead.fmh_count = min_t(unsigned int, count,
1568 error = xfs_getfsmap(ip->i_mount, &xhead, recs);
1588 head.fmh_entries += xhead.fmh_entries;
1589 head.fmh_oflags = xhead.fmh_oflags;
1595 if (head.fmh_count == 0 || xhead.fmh_entries == 0)
1600 xhead.fmh_entries * sizeof(struct fsmap))) {
1606 last_rec = &recs[xhead.fmh_entries - 1];
1610 xfs_fsmap_to_internal(&xhead.fmh_keys[0], last_rec);
1611 trace_xfs_getfsmap_low_key(ip->i_mount, &xhead.fmh_keys[0]);