Searched refs:XCHK_RTGLOCK_ALL (Results 1 – 6 of 6) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | rtbitmap.c | 72 error = xchk_rtgroup_lock(sc, &sc->sr, XCHK_RTGLOCK_ALL); in xchk_setup_rtbitmap()
|
H A D | rtrmap.c | 61 return xchk_rtgroup_lock(sc, &sc->sr, XCHK_RTGLOCK_ALL); in xchk_setup_rtrmapbt()
|
H A D | common.h | 133 #define XCHK_RTGLOCK_ALL (XFS_RTGLOCK_BITMAP | \ macro
|
H A D | rtrefcount.c | 56 return xchk_rtgroup_lock(sc, &sc->sr, XCHK_RTGLOCK_ALL); in xchk_setup_rtrefcountbt()
|
H A D | rtrmap_repair.c | 608 error = xchk_rtgroup_lock(sc, &sc->sr, XCHK_RTGLOCK_ALL); in xrep_rtrmap_find_rmaps()
|
H A D | bmap.c | 338 error = xchk_rtgroup_lock(info->sc, &info->sc->sr, XCHK_RTGLOCK_ALL); in xchk_bmap_rt_iextent_xref()
|