Searched refs:xchk_could_repair (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dcommon.h231 static inline bool xchk_could_repair(const struct xfs_scrub *sc) function
238 # define xchk_could_repair(sc) (false) macro
H A Dalloc.c39 if (xchk_could_repair(sc))
H A Drtbitmap.c38 if (xchk_could_repair(sc)) {
H A Dfscounters.c234 if ((sc->flags & XCHK_TRY_HARDER) || xchk_could_repair(sc)) {
H A Drefcount.c34 if (xchk_could_repair(sc)) {
H A Dscrub.c581 if (xchk_could_repair(sc)) {
H A Dinode.c192 if (xchk_could_repair(sc))
H A Drmap.c40 if (xchk_could_repair(sc)) {
H A Dbmap.c53 bool is_repair = xchk_could_repair(sc);
H A Dcommon.c880 if (!xchk_could_repair(sc))

Completed in 289 milliseconds