Searched refs:low_rec (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_refcount.h | 137 const struct xfs_refcount_irec *low_rec,
|
D | xfs_alloc.h | 211 const struct xfs_alloc_rec_incore *low_rec,
|
D | xfs_rmap.h | 143 const struct xfs_rmap_irec *low_rec,
|
D | xfs_btree.h | 470 const union xfs_btree_irec *low_rec,
|
D | xfs_refcount.c | 2043 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()
|
D | xfs_rmap.c | 2500 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()
|
D | xfs_alloc.c | 4058 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()
|
D | xfs_btree.c | 5113 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()
|