Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dscrub.h206 #define XCHK_FSGATES_DRAIN (1U << 2) /* defer ops draining enabled */ macro
220 #define XCHK_FSGATES_ALL (XCHK_FSGATES_DRAIN | \
H A Dquota.c59 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_quota()
H A Drtsummary.c51 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_rtsummary()
H A Dfscounters.c208 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_fscounters()
H A Drefcount.c32 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_ag_refcountbt()
H A Dialloc.c36 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_ag_iallocbt()
H A Dbmap.c38 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_inode_bmap()
H A Dagheader.c27 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_agheader()
H A Dtrace.h124 { XCHK_FSGATES_DRAIN, "fsgates_drain" }, \