Home
last modified time | relevance | path

Searched refs:xchk_could_repair (Results 1 – 13 of 13) sorted by relevance

/linux/fs/xfs/scrub/
H A Drtbitmap.h68 if (xchk_could_repair(sc)) in xchk_rtbitmap_wordcnt()
H A Drtbitmap.c54 if (xchk_could_repair(sc)) { in xchk_setup_rtbitmap()
H A Drtrmap.c43 if (xchk_could_repair(sc)) { in xchk_setup_rtrmapbt()
H A Drtsummary.c63 if (xchk_could_repair(sc)) { in xchk_setup_rtsummary()
H A Dscrub.c159 if (xchk_could_repair(sc)) { in xchk_probe()
733 if (xchk_could_repair(sc)) { in xfs_scrub_metadata()
H A Dcommon.h241 static inline bool xchk_could_repair(const struct xfs_scrub *sc) in xchk_could_repair() function
H A Dfscounters.c234 if ((sc->flags & XCHK_TRY_HARDER) || xchk_could_repair(sc)) { in xchk_setup_fscounters()
H A Drefcount.c34 if (xchk_could_repair(sc)) { in xchk_setup_ag_refcountbt()
H A Drtrefcount.c38 if (xchk_could_repair(sc)) { in xchk_setup_rtrefcountbt()
H A Dparent.c38 if (xchk_could_repair(sc)) { in xchk_setup_parent()
H A Dinode.c214 if (xchk_could_repair(sc)) in xchk_setup_inode()
H A Dbmap.c56 bool is_repair = xchk_could_repair(sc); in xchk_setup_inode_bmap()
H A Dcommon.c1064 if (!xchk_could_repair(sc)) in xchk_ino_dqattach()