Lines Matching defs:high
248 struct xfs_rmap_irec high;
267 if (rec->rm_owner != info->high.rm_owner)
271 rec->rm_offset + rec->rm_blockcount - 1 != info->high.rm_offset)
300 info.high.rm_startblock = bno - 1;
301 info.high.rm_owner = owner;
306 info.high.rm_offset = offset - 1;
308 info.high.rm_offset = 0;
309 info.high.rm_flags = flags;
310 info.high.rm_blockcount = 0;
317 error = xfs_rmap_query_range(cur, &info.high, &info.high,
343 if (rec->rm_owner != info->high.rm_owner)
347 (rec->rm_offset > info->high.rm_offset ||
348 rec->rm_offset + rec->rm_blockcount <= info->high.rm_offset))
375 info.high.rm_startblock = bno;
376 info.high.rm_owner = owner;
378 info.high.rm_offset = offset;
380 info.high.rm_offset = 0;
381 info.high.rm_flags = flags;
382 info.high.rm_blockcount = 0;
389 error = xfs_rmap_query_range(cur, &info.high, &info.high,
747 * owner, offset] record. Flags are encoded in the high bits of the offset
2644 union xfs_btree_irec high;
2648 memset(&high, 0xFF, sizeof(high));
2649 high.r.rm_startblock = bno + len - 1;
2651 return xfs_btree_has_record(cur, &low, &high, exists);
2736 struct xfs_rmap_irec high;
2744 memset(&high, 0xFF, sizeof(high));
2745 high.rm_startblock = bno + len - 1;
2747 error = xfs_rmap_query_range(cur, &low, &high,