Searched refs:low_rec (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_refcount.h | 142 const struct xfs_refcount_irec *low_rec,
|
| H A D | xfs_alloc.h | 210 const struct xfs_alloc_rec_incore *low_rec,
|
| H A D | xfs_rmap.h | 144 const struct xfs_rmap_irec *low_rec,
|
| H A D | xfs_btree.h | 485 const union xfs_btree_irec *low_rec,
|
| H A D | xfs_refcount.c | 2220 const struct xfs_refcount_irec *low_rec, in xfs_refcount_query_range() argument 2225 union xfs_btree_irec low_brec = { .rc = *low_rec }; in xfs_refcount_query_range()
|
| H A D | xfs_rmap.c | 2572 const struct xfs_rmap_irec *low_rec, in xfs_rmap_query_range() argument 2577 union xfs_btree_irec low_brec = { .r = *low_rec }; in xfs_rmap_query_range()
|
| H A D | xfs_alloc.c | 4065 const struct xfs_alloc_rec_incore *low_rec, in xfs_alloc_query_range() argument 4070 union xfs_btree_irec low_brec = { .a = *low_rec }; in xfs_alloc_query_range()
|
| H A D | xfs_btree.c | 5291 const union xfs_btree_irec *low_rec, in xfs_btree_query_range() argument 5301 xfs_btree_key_from_irec(cur, &low_key, low_rec); in xfs_btree_query_range()
|