Home
last modified time | relevance | path

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

/linux-6.15/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.c109 xchk_fsgates_enable(sc, XCHK_FSGATES_RMAP); in xrep_setup_rtrmapbt()
916 ASSERT(sc->flags & XCHK_FSGATES_RMAP); in xrep_rtrmap_setup_scan()
H A Drmap_repair.c170 xchk_fsgates_enable(sc, XCHK_FSGATES_RMAP); in xrep_setup_ag_rmapbt()
1681 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.c1492 if (scrub_fsgates & XCHK_FSGATES_RMAP) in xchk_fsgates_enable()
H A Dtrace.h136 { XCHK_FSGATES_RMAP, "fsgates_rmap" }, \