Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dscrub.h214 #define XCHK_FSGATES_RMAP (1U << 6) /* rmapbt live update enabled */ macro
227 XCHK_FSGATES_RMAP)
H A Drtrmap_repair.c108 xchk_fsgates_enable(sc, XCHK_FSGATES_RMAP); in xrep_setup_rtrmapbt()
907 ASSERT(sc->flags & XCHK_FSGATES_RMAP); in xrep_rtrmap_setup_scan()
H A Drmap_repair.c169 xchk_fsgates_enable(sc, XCHK_FSGATES_RMAP); in xrep_setup_ag_rmapbt()
1672 ASSERT(sc->flags & XCHK_FSGATES_RMAP); in xrep_rmap_setup_scan()
H A Dscrub.c187 if (sc->flags & XCHK_FSGATES_RMAP) in xchk_fsgates_disable()
H A Dcommon.c1500 if (scrub_fsgates & XCHK_FSGATES_RMAP) in xchk_fsgates_enable()
H A Dtrace.h136 { XCHK_FSGATES_RMAP, "fsgates_rmap" }, \