Home
last modified time | relevance | path

Searched refs:XCHK_TRY_HARDER (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/scrub/
H A Dscrub.c710 if (error == -EDEADLOCK && !(sc->flags & XCHK_TRY_HARDER)) in xfs_scrub_metadata()
724 if (error == -EDEADLOCK && !(sc->flags & XCHK_TRY_HARDER)) in xfs_scrub_metadata()
794 sc->flags |= XCHK_TRY_HARDER; in xfs_scrub_metadata()
H A Dattr.c56 if (sc->flags & XCHK_TRY_HARDER) in xchk_xattr_want_freemap()
147 if (sc->flags & XCHK_TRY_HARDER) { in xchk_setup_xattr()
H A Dscrub.h208 #define XCHK_TRY_HARDER (1U << 0) /* can't get resources, try again */ macro
H A Dfscounters.c234 if ((sc->flags & XCHK_TRY_HARDER) || xchk_could_repair(sc)) { in xchk_setup_fscounters()
H A Dparent_repair.c1518 if (sc->flags & XCHK_TRY_HARDER) in xrep_parent_setup_scan()
H A Dinode_repair.c439 } else if (!(sc->flags & XCHK_TRY_HARDER)) { in xrep_dinode_find_mode()
H A Dtrace.h130 { XCHK_TRY_HARDER, "try_harder" }, \