Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dscrub.c185 if (sc->flags & XCHK_HAVE_FREEZE_PROT) { in xchk_teardown()
186 sc->flags &= ~XCHK_HAVE_FREEZE_PROT; in xchk_teardown()
520 sc->flags |= XCHK_HAVE_FREEZE_PROT; in xfs_scrub_metadata()
H A Dfscounters.c168 if (sc->flags & XCHK_HAVE_FREEZE_PROT) { in xchk_fscounters_freeze()
169 sc->flags &= ~XCHK_HAVE_FREEZE_PROT; in xchk_fscounters_freeze()
H A Dscrub.h120 #define XCHK_HAVE_FREEZE_PROT (1U << 1) /* do we have freeze protection? */ macro
H A Dtrace.h106 { XCHK_HAVE_FREEZE_PROT, "nofreeze" }, \