Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_refcount.h138 const struct xfs_refcount_irec *high_rec,
Dxfs_alloc.h212 const struct xfs_alloc_rec_incore *high_rec,
Dxfs_rmap.h144 const struct xfs_rmap_irec *high_rec,
Dxfs_btree.h471 const union xfs_btree_irec *high_rec,
Dxfs_refcount.c2044 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()
Dxfs_rmap.c2501 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()
Dxfs_alloc.c4059 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()
Dxfs_btree.c5114 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()