Home
last modified time | relevance | path

Searched refs:xchk_rtgroup_lock (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/scrub/
H A Drgsuper.c66 error = xchk_rtgroup_lock(sc, &sc->sr, XFS_RTGLOCK_BITMAP_SHARED); in xchk_rgsuperblock()
H A Dcommon.h151 int xchk_rtgroup_lock(struct xfs_scrub *sc, struct xchk_rt *sr,
159 # define xchk_rtgroup_lock(sc, sr, lockflags) (-EFSCORRUPTED) macro
H A Drtbitmap.c72 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 Drtsummary.c92 error = xchk_rtgroup_lock(sc, &sc->sr, XFS_RTGLOCK_BITMAP); in xchk_setup_rtsummary()
H A Drtrefcount.c56 return xchk_rtgroup_lock(sc, &sc->sr, XCHK_RTGLOCK_ALL); in xchk_setup_rtrefcountbt()
H A Drtrmap_repair.c608 error = xchk_rtgroup_lock(sc, &sc->sr, XCHK_RTGLOCK_ALL); in xrep_rtrmap_find_rmaps()
H A Dbmap.c338 error = xchk_rtgroup_lock(info->sc, &info->sc->sr, XCHK_RTGLOCK_ALL); in xchk_bmap_rt_iextent_xref()
H A Dcommon.c727 xchk_rtgroup_lock( in xchk_rtgroup_lock() function