Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_refcount.h118 extern void xfs_refcount_btrec_to_irec(const union xfs_btree_rec *rec,
H A Dxfs_refcount.c104 xfs_refcount_btrec_to_irec( in xfs_refcount_btrec_to_irec() function
181 xfs_refcount_btrec_to_irec(rec, irec); in xfs_refcount_get_rec()
1900 xfs_refcount_btrec_to_irec(rec, &rr->rr_rrec); in xfs_refcount_recover_extent()
/openbmc/linux/fs/xfs/scrub/
H A Drefcount.c443 xfs_refcount_btrec_to_irec(rec, &irec); in xchk_refcountbt_rec()