Searched refs:XCHK_TRY_HARDER (Results 1 – 7 of 7) sorted by relevance
710 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()
56 if (sc->flags & XCHK_TRY_HARDER) in xchk_xattr_want_freemap()147 if (sc->flags & XCHK_TRY_HARDER) { in xchk_setup_xattr()
208 #define XCHK_TRY_HARDER (1U << 0) /* can't get resources, try again */ macro
234 if ((sc->flags & XCHK_TRY_HARDER) || xchk_could_repair(sc)) { in xchk_setup_fscounters()
1518 if (sc->flags & XCHK_TRY_HARDER) in xrep_parent_setup_scan()
439 } else if (!(sc->flags & XCHK_TRY_HARDER)) { in xrep_dinode_find_mode()
130 { XCHK_TRY_HARDER, "try_harder" }, \