Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_refcount.h142 const struct xfs_refcount_irec *low_rec,
H A Dxfs_alloc.h210 const struct xfs_alloc_rec_incore *low_rec,
H A Dxfs_rmap.h144 const struct xfs_rmap_irec *low_rec,
H A Dxfs_btree.h485 const union xfs_btree_irec *low_rec,
H A Dxfs_refcount.c2220 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 Dxfs_rmap.c2572 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 Dxfs_alloc.c4065 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 Dxfs_btree.c5291 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()