Searched refs:XCHK_HAVE_FREEZE_PROT (Results 1 – 4 of 4) sorted by relevance
158 if (sc->flags & XCHK_HAVE_FREEZE_PROT) { in xchk_fscounters_freeze()159 sc->flags &= ~XCHK_HAVE_FREEZE_PROT; in xchk_fscounters_freeze()
250 if (sc->flags & XCHK_HAVE_FREEZE_PROT) { in xchk_teardown()251 sc->flags &= ~XCHK_HAVE_FREEZE_PROT; in xchk_teardown()705 sc->flags |= XCHK_HAVE_FREEZE_PROT; in xfs_scrub_metadata()
209 #define XCHK_HAVE_FREEZE_PROT (1U << 1) /* do we have freeze protection? */ macro
131 { XCHK_HAVE_FREEZE_PROT, "nofreeze" }, \