Home
last modified time | relevance | path

Searched refs:XCHK_RTGLOCK_ALL (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/scrub/
H A Drtbitmap.c73 error = xchk_rtgroup_lock(sc, &sc->sr, XCHK_RTGLOCK_ALL); in xchk_setup_rtbitmap()
H A Drtrmap.c61 return xchk_rtgroup_lock(sc, &sc->sr, XCHK_RTGLOCK_ALL); in xchk_setup_rtrmapbt()
H A Dcommon.h136 #define XCHK_RTGLOCK_ALL (XFS_RTGLOCK_BITMAP | \ macro
H A Drtrefcount.c57 return xchk_rtgroup_lock(sc, &sc->sr, XCHK_RTGLOCK_ALL); in xchk_setup_rtrefcountbt()
H A Dbmap.c338 error = xchk_rtgroup_lock(info->sc, &info->sc->sr, XCHK_RTGLOCK_ALL); in xchk_bmap_rt_iextent_xref()