Searched refs:scrub_fsgates (Results 1 – 1 of 1) sorted by relevance
1495 unsigned int scrub_fsgates) in xchk_fsgates_enable() argument1497 ASSERT(!(scrub_fsgates & ~XCHK_FSGATES_ALL)); in xchk_fsgates_enable()1498 ASSERT(!(sc->flags & scrub_fsgates)); in xchk_fsgates_enable()1500 trace_xchk_fsgates_enable(sc, scrub_fsgates); in xchk_fsgates_enable()1502 if (scrub_fsgates & XCHK_FSGATES_DRAIN) in xchk_fsgates_enable()1505 if (scrub_fsgates & XCHK_FSGATES_QUOTA) in xchk_fsgates_enable()1508 if (scrub_fsgates & XCHK_FSGATES_DIRENTS) in xchk_fsgates_enable()1511 if (scrub_fsgates & XCHK_FSGATES_RMAP) in xchk_fsgates_enable()1514 sc->flags |= scrub_fsgates; in xchk_fsgates_enable()