Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_refcount.h137 const struct xfs_refcount_irec *low_rec,
Dxfs_alloc.h211 const struct xfs_alloc_rec_incore *low_rec,
Dxfs_rmap.h143 const struct xfs_rmap_irec *low_rec,
Dxfs_btree.h470 const union xfs_btree_irec *low_rec,
Dxfs_refcount.c2043 const struct xfs_refcount_irec *low_rec, in xfs_refcount_query_range() argument
2048 union xfs_btree_irec low_brec = { .rc = *low_rec }; in xfs_refcount_query_range()
Dxfs_rmap.c2500 const struct xfs_rmap_irec *low_rec, in xfs_rmap_query_range() argument
2505 union xfs_btree_irec low_brec = { .r = *low_rec }; in xfs_rmap_query_range()
Dxfs_alloc.c4058 const struct xfs_alloc_rec_incore *low_rec, in xfs_alloc_query_range() argument
4063 union xfs_btree_irec low_brec = { .a = *low_rec }; in xfs_alloc_query_range()
Dxfs_btree.c5113 const union xfs_btree_irec *low_rec, in xfs_btree_query_range() argument
5123 xfs_btree_key_from_irec(cur, &low_key, low_rec); in xfs_btree_query_range()