Searched refs:XCHK_HAVE_FREEZE_PROT (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dscrub.c194 if (sc->flags & XCHK_HAVE_FREEZE_PROT) {
195 sc->flags &= ~XCHK_HAVE_FREEZE_PROT;
553 sc->flags |= XCHK_HAVE_FREEZE_PROT;
H A Dscrub.h124 #define XCHK_HAVE_FREEZE_PROT (1U << 1) /* do we have freeze protection? */ macro
H A Dfscounters.c158 if (sc->flags & XCHK_HAVE_FREEZE_PROT) {
159 sc->flags &= ~XCHK_HAVE_FREEZE_PROT;
H A Dtrace.h111 { XCHK_HAVE_FREEZE_PROT, "nofreeze" }, \

Completed in 92 milliseconds