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

/linux-master/fs/xfs/scrub/
H A Dsymlink.c36 if (xchk_could_repair(sc)) {
H A Dcommon.h208 static inline bool xchk_could_repair(const struct xfs_scrub *sc) function
215 # 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 Dattr.c104 if (xchk_could_repair(sc)) {
136 if (xchk_could_repair(sc)) {
H A Drtsummary.c55 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 Drmap.c40 if (xchk_could_repair(sc)) {
H A Dscrub.c661 if (xchk_could_repair(sc)) {
H A Dparent.c38 if (xchk_could_repair(sc)) {
H A Dinode.c192 if (xchk_could_repair(sc))
H A Dnlinks.c55 if (xchk_could_repair(sc)) {
H A Ddirtree.c100 if (xchk_could_repair(sc)) {
H A Dbmap.c53 bool is_repair = xchk_could_repair(sc);
H A Ddir.c39 if (xchk_could_repair(sc)) {
H A Dcommon.c882 if (!xchk_could_repair(sc))

Completed in 214 milliseconds