Home
last modified time | relevance | path

Searched refs:rtg_refcount (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.c213 if ((rtglock_flags & XFS_RTGLOCK_REFCOUNT) && rtg_refcount(rtg)) in xfs_rtgroup_lock()
214 xfs_ilock(rtg_refcount(rtg), XFS_ILOCK_EXCL); in xfs_rtgroup_lock()
227 if ((rtglock_flags & XFS_RTGLOCK_REFCOUNT) && rtg_refcount(rtg)) in xfs_rtgroup_unlock()
228 xfs_iunlock(rtg_refcount(rtg), XFS_ILOCK_EXCL); in xfs_rtgroup_unlock()
265 if ((rtglock_flags & XFS_RTGLOCK_REFCOUNT) && rtg_refcount(rtg)) in xfs_rtgroup_trans_join()
266 xfs_trans_ijoin(tp, rtg_refcount(rtg), XFS_ILOCK_EXCL); in xfs_rtgroup_trans_join()
H A Dxfs_metafile.c286 used += rtg_refcount(rtg)->i_nblocks; in xfs_metafile_resv_init()
H A Dxfs_rtgroup.h107 static inline struct xfs_inode *rtg_refcount(const struct xfs_rtgroup *rtg) in rtg_refcount() function
H A Dxfs_rtrefcount_btree.c405 struct xfs_inode *ip = rtg_refcount(rtg); in xfs_rtrefcountbt_init_cursor()
/linux/fs/xfs/scrub/
H A Drtrefcount.c52 error = xchk_install_live_inode(sc, rtg_refcount(sc->sr.rtg)); in xchk_setup_rtrefcountbt()
559 xfs_rmap_ino_bmbt_owner(&btree_oinfo, rtg_refcount(sc->sr.rtg)->i_ino, in xchk_rtrefcountbt()
H A Drtrefcount_repair.c661 error = xfs_trans_reserve_more_inode(sc->tp, rtg_refcount(rtg), in xrep_rtrefc_build_new_tree()