Home
last modified time | relevance | path

Searched refs:high_rec (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_refcount.h143 const struct xfs_refcount_irec *high_rec,
H A Dxfs_alloc.h211 const struct xfs_alloc_rec_incore *high_rec,
H A Dxfs_rmap.h145 const struct xfs_rmap_irec *high_rec,
H A Dxfs_btree.h486 const union xfs_btree_irec *high_rec,
H A Dxfs_refcount.c2221 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 Dxfs_rmap.c2573 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 Dxfs_alloc.c4066 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 Dxfs_btree.c5292 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()