Home
last modified time | relevance | path

Searched refs:XCHK_FSGATES_ALL (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/scrub/
H A Dscrub.c173 if (!(sc->flags & XCHK_FSGATES_ALL)) in xchk_fsgates_disable()
176 trace_xchk_fsgates_disable(sc, sc->flags & XCHK_FSGATES_ALL); in xchk_fsgates_disable()
190 sc->flags &= ~XCHK_FSGATES_ALL; in xchk_fsgates_disable()
H A Dscrub.h224 #define XCHK_FSGATES_ALL (XCHK_FSGATES_DRAIN | \ macro