Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
A Dcommon.c1276 unsigned int scrub_fsgates) in xchk_fsgates_enable() argument
1278 ASSERT(!(scrub_fsgates & ~XCHK_FSGATES_ALL)); in xchk_fsgates_enable()
1279 ASSERT(!(sc->flags & scrub_fsgates)); in xchk_fsgates_enable()
1281 trace_xchk_fsgates_enable(sc, scrub_fsgates); in xchk_fsgates_enable()
1283 if (scrub_fsgates & XCHK_FSGATES_DRAIN) in xchk_fsgates_enable()
1286 if (scrub_fsgates & XCHK_FSGATES_QUOTA) in xchk_fsgates_enable()
1289 if (scrub_fsgates & XCHK_FSGATES_DIRENTS) in xchk_fsgates_enable()
1292 if (scrub_fsgates & XCHK_FSGATES_RMAP) in xchk_fsgates_enable()
1295 sc->flags |= scrub_fsgates; in xchk_fsgates_enable()

Completed in 6 milliseconds