Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Dscrub.c174 if (sc->flags & XCHK_HAS_QUOTAOFFLOCK) { in xchk_teardown()
176 sc->flags &= ~XCHK_HAS_QUOTAOFFLOCK; in xchk_teardown()
Dscrub.h91 #define XCHK_HAS_QUOTAOFFLOCK (1 << 1) /* we hold the quotaoff lock */ macro
Dquota.c51 sc->flags |= XCHK_HAS_QUOTAOFFLOCK; in xchk_setup_quota()