Home
last modified time | relevance | path

Searched refs:XREP_ALREADY_FIXED (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/scrub/
H A Dhealth.c153 if (sc->flags & XREP_ALREADY_FIXED) in xchk_file_looks_zapped()
292 if ((sc->flags & XREP_ALREADY_FIXED) && in xchk_ag_btree_del_cursor_if_sick()
H A Dscrub.h212 #define XREP_ALREADY_FIXED (1U << 31) /* checking our repair work */ macro
H A Dcommon.h233 !(sc->flags & XREP_ALREADY_FIXED); in xchk_could_repair()
H A Dtrace.h130 { XREP_ALREADY_FIXED, "already_fixed" }