Searched refs:high_rec (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_refcount.h | 138 const struct xfs_refcount_irec *high_rec,
|
D | xfs_alloc.h | 212 const struct xfs_alloc_rec_incore *high_rec,
|
D | xfs_rmap.h | 144 const struct xfs_rmap_irec *high_rec,
|
D | xfs_btree.h | 471 const union xfs_btree_irec *high_rec,
|
D | xfs_refcount.c | 2044 const struct xfs_refcount_irec *high_rec, in xfs_refcount_query_range() argument 2049 union xfs_btree_irec high_brec = { .rc = *high_rec }; in xfs_refcount_query_range()
|
D | xfs_rmap.c | 2501 const struct xfs_rmap_irec *high_rec, in xfs_rmap_query_range() argument 2506 union xfs_btree_irec high_brec = { .r = *high_rec }; in xfs_rmap_query_range()
|
D | xfs_alloc.c | 4059 const struct xfs_alloc_rec_incore *high_rec, in xfs_alloc_query_range() argument 4064 union xfs_btree_irec high_brec = { .a = *high_rec }; in xfs_alloc_query_range()
|
D | xfs_btree.c | 5114 const union xfs_btree_irec *high_rec, in xfs_btree_query_range() argument 5122 xfs_btree_key_from_irec(cur, &high_key, high_rec); in xfs_btree_query_range()
|