Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dcommon.c721 ASSERT(sr->rtlock_flags == 0); in xchk_rtgroup_init()
748 sr->rtlock_flags = rtglock_flags; in xchk_rtgroup_lock()
800 sr->rtlock_flags = rtglock_flags; in xchk_rtgroup_lock()
839 if (sr->rtlock_flags) { in xchk_rtgroup_unlock()
840 xfs_rtgroup_unlock(sr->rtg, sr->rtlock_flags); in xchk_rtgroup_unlock()
841 sr->rtlock_flags = 0; in xchk_rtgroup_unlock()
H A Drepair.c1011 (sr->rtlock_flags & XFS_RTGLOCK_RMAP) && in xrep_rtgroup_btcur_init()
1016 (sr->rtlock_flags & XFS_RTGLOCK_REFCOUNT) && in xrep_rtgroup_btcur_init()
1035 sr->rtlock_flags = rtglock_flags; in xrep_rtgroup_init()
H A Dscrub.h128 unsigned int rtlock_flags; member