Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dscrub.c234 if (sc->flags & XCHK_HAVE_FREEZE_PROT) { in xchk_teardown()
235 sc->flags &= ~XCHK_HAVE_FREEZE_PROT; in xchk_teardown()
633 sc->flags |= XCHK_HAVE_FREEZE_PROT; in xfs_scrub_metadata()
H A Dscrub.h185 #define XCHK_HAVE_FREEZE_PROT (1U << 1) /* do we have freeze protection? */ macro
H A Dtrace.h119 { XCHK_HAVE_FREEZE_PROT, "nofreeze" }, \