Home
last modified time | relevance | path

Searched refs:xfs_refcount_btrec_to_irec (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_refcount.h119 extern void xfs_refcount_btrec_to_irec(const union xfs_btree_rec *rec,
Dxfs_refcount.c106 xfs_refcount_btrec_to_irec( in xfs_refcount_btrec_to_irec() function
182 xfs_refcount_btrec_to_irec(rec, irec); in xfs_refcount_get_rec()
1881 xfs_refcount_btrec_to_irec(rec, &rr->rr_rrec); in xfs_refcount_recover_extent()
2031 xfs_refcount_btrec_to_irec(rec, &irec); in xfs_refcount_query_range_helper()
/linux-6.12.1/fs/xfs/scrub/
Drefcount.c455 xfs_refcount_btrec_to_irec(rec, &irec); in xchk_refcountbt_rec()