Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/scrub/
Dscrub.c154 if (!(sc->flags & XCHK_FSGATES_ALL)) in xchk_fsgates_disable()
157 trace_xchk_fsgates_disable(sc, sc->flags & XCHK_FSGATES_ALL); in xchk_fsgates_disable()
162 sc->flags &= ~XCHK_FSGATES_ALL; in xchk_fsgates_disable()
Dscrub.h124 #define XCHK_FSGATES_ALL (XCHK_FSGATES_DRAIN) macro
Dcommon.c1223 ASSERT(!(scrub_fsgates & ~XCHK_FSGATES_ALL)); in xchk_fsgates_enable()