Lines Matching defs:high
310 struct xfs_rmap_irec high;
328 if (rec->rm_owner != info->high.rm_owner)
332 rec->rm_offset + rec->rm_blockcount - 1 != info->high.rm_offset)
361 info.high.rm_startblock = bno - 1;
362 info.high.rm_owner = owner;
367 info.high.rm_offset = offset - 1;
369 info.high.rm_offset = 0;
370 info.high.rm_flags = flags;
371 info.high.rm_blockcount = 0;
400 error = xfs_rmap_query_range(cur, &info.high, &info.high,
427 if (rec->rm_owner != info->high.rm_owner)
431 (rec->rm_offset > info->high.rm_offset ||
432 rec->rm_offset + rec->rm_blockcount <= info->high.rm_offset))
459 info.high.rm_startblock = bno;
460 info.high.rm_owner = owner;
462 info.high.rm_offset = offset;
464 info.high.rm_offset = 0;
465 info.high.rm_flags = flags;
466 info.high.rm_blockcount = 0;
496 error = xfs_rmap_query_range(cur, &info.high, &info.high,
848 * owner, offset] record. Flags are encoded in the high bits of the offset
2724 union xfs_btree_irec high;
2728 memset(&high, 0xFF, sizeof(high));
2729 high.r.rm_startblock = bno + len - 1;
2731 return xfs_btree_has_records(cur, &low, &high, &mask, outcome);
2740 struct xfs_rmap_irec high;
2776 memset(&roc->high, 0xFF, sizeof(roc->high));
2777 roc->high.rm_startblock = bno + len - 1;
2856 error = xfs_rmap_query_range(cur, &roc.low, &roc.high,
2890 error = xfs_rmap_query_range(cur, &roc.low, &roc.high,