Searched refs:high_rec (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_refcount.h | 143 const struct xfs_refcount_irec *high_rec,
|
| H A D | xfs_alloc.h | 211 const struct xfs_alloc_rec_incore *high_rec,
|
| H A D | xfs_rmap.h | 145 const struct xfs_rmap_irec *high_rec,
|
| H A D | xfs_btree.h | 486 const union xfs_btree_irec *high_rec,
|
| H A D | xfs_refcount.c | 2221 const struct xfs_refcount_irec *high_rec, in xfs_refcount_query_range() argument 2226 union xfs_btree_irec high_brec = { .rc = *high_rec }; in xfs_refcount_query_range()
|
| H A D | xfs_rmap.c | 2573 const struct xfs_rmap_irec *high_rec, in xfs_rmap_query_range() argument 2578 union xfs_btree_irec high_brec = { .r = *high_rec }; in xfs_rmap_query_range()
|
| H A D | xfs_alloc.c | 4066 const struct xfs_alloc_rec_incore *high_rec, in xfs_alloc_query_range() argument 4071 union xfs_btree_irec high_brec = { .a = *high_rec }; in xfs_alloc_query_range()
|
| H A D | xfs_btree.c | 5292 const union xfs_btree_irec *high_rec, in xfs_btree_query_range() argument 5300 xfs_btree_key_from_irec(cur, &high_key, high_rec); in xfs_btree_query_range()
|