Home
last modified time | relevance | path

Searched refs:XFS_RTGLOCK_REFCOUNT (Results 1 – 11 of 11) sorted by relevance

/fs/xfs/libxfs/
A Dxfs_rtgroup.h305 #define XFS_RTGLOCK_REFCOUNT (1U << 3) macro
310 XFS_RTGLOCK_REFCOUNT)
A Dxfs_rtgroup.c213 if ((rtglock_flags & XFS_RTGLOCK_REFCOUNT) && rtg_refcount(rtg)) in xfs_rtgroup_lock()
227 if ((rtglock_flags & XFS_RTGLOCK_REFCOUNT) && rtg_refcount(rtg)) in xfs_rtgroup_unlock()
265 if ((rtglock_flags & XFS_RTGLOCK_REFCOUNT) && rtg_refcount(rtg)) in xfs_rtgroup_trans_join()
A Dxfs_refcount.c1529 xfs_rtgroup_lock(rtg, XFS_RTGLOCK_REFCOUNT); in xfs_rtrefcount_finish_one()
1530 xfs_rtgroup_trans_join(tp, rtg, XFS_RTGLOCK_REFCOUNT); in xfs_rtrefcount_finish_one()
2105 xfs_rtgroup_lock(to_rtg(xg), XFS_RTGLOCK_REFCOUNT); in xfs_refcount_recover_cow_leftovers()
2121 xfs_rtgroup_unlock(to_rtg(xg), XFS_RTGLOCK_REFCOUNT); in xfs_refcount_recover_cow_leftovers()
/fs/xfs/
A Dxfs_fsmap.c866 xfs_rtgroup_lock(rtg, XFS_RTGLOCK_RMAP | XFS_RTGLOCK_REFCOUNT); in xfs_getfsmap_rtdev_rmapbt_query()
991 XFS_RTGLOCK_REFCOUNT); in xfs_getfsmap_rtdev_rmapbt()
1029 XFS_RTGLOCK_RMAP | XFS_RTGLOCK_REFCOUNT); in xfs_getfsmap_rtdev_rmapbt()
A Dxfs_reflink.c204 xfs_rtgroup_lock(rtg, XFS_RTGLOCK_REFCOUNT); in xfs_reflink_find_rtshared()
209 xfs_rtgroup_unlock(rtg, XFS_RTGLOCK_REFCOUNT); in xfs_reflink_find_rtshared()
/fs/xfs/scrub/
A Dcommon.h135 XFS_RTGLOCK_REFCOUNT)
A Dcow_repair.c341 XFS_RTGLOCK_RMAP | XFS_RTGLOCK_REFCOUNT); in xrep_cow_find_bad_rt()
A Dbmap_repair.c461 XFS_RTGLOCK_REFCOUNT | in xrep_bmap_scan_rtgroup()
A Dreap.c808 XFS_RTGLOCK_REFCOUNT)
A Drepair.c1016 (sr->rtlock_flags & XFS_RTGLOCK_REFCOUNT) && in xrep_rtgroup_btcur_init()
A Dcommon.c801 if (xfs_has_rtreflink(sc->mp) && (rtglock_flags & XFS_RTGLOCK_REFCOUNT)) in xchk_rtgroup_lock()

Completed in 26 milliseconds