Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dscrub.h212 #define XCHK_FSGATES_QUOTA (1U << 4) /* quota live update enabled */ macro
225 XCHK_FSGATES_QUOTA | \
H A Dquotacheck.c87 xchk_fsgates_enable(sc, XCHK_FSGATES_QUOTA); in xchk_setup_quotacheck()
797 ASSERT(sc->flags & XCHK_FSGATES_QUOTA); in xqcheck_setup_scan()
H A Dscrub.c181 if (sc->flags & XCHK_FSGATES_QUOTA) in xchk_fsgates_disable()
H A Dcommon.c1505 if (scrub_fsgates & XCHK_FSGATES_QUOTA) in xchk_fsgates_enable()
H A Dtrace.h134 { XCHK_FSGATES_QUOTA, "fsgates_quota" }, \