Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dscrub.c638 if (error == -EDEADLOCK && !(sc->flags & XCHK_TRY_HARDER)) in xfs_scrub_metadata()
652 if (error == -EDEADLOCK && !(sc->flags & XCHK_TRY_HARDER)) in xfs_scrub_metadata()
722 sc->flags |= XCHK_TRY_HARDER; in xfs_scrub_metadata()
H A Dscrub.h184 #define XCHK_TRY_HARDER (1U << 0) /* can't get resources, try again */ macro
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 Dialloc.c37 return xchk_setup_ag_btree(sc, sc->flags & XCHK_TRY_HARDER); in xchk_setup_ag_iallocbt()
335 if (!(bs->sc->flags & XCHK_TRY_HARDER) && !freemask_ok) in xchk_iallocbt_check_cluster_ifree()
H A Dfscounters.c234 if ((sc->flags & XCHK_TRY_HARDER) || xchk_could_repair(sc)) { in xchk_setup_fscounters()
H A Dreaddir.c415 if (sc->flags & XCHK_TRY_HARDER) { in xchk_dir_trylock_for_pptrs()
H A Drepair.c88 if (!(sc->flags & XCHK_TRY_HARDER)) { in xrep_attempt()
89 sc->flags |= XCHK_TRY_HARDER; in xrep_attempt()
H A Dparent_repair.c1498 if (sc->flags & XCHK_TRY_HARDER) in xrep_parent_setup_scan()
H A Dinode_repair.c436 } else if (!(sc->flags & XCHK_TRY_HARDER)) { in xrep_dinode_find_mode()
H A Dtrace.h118 { XCHK_TRY_HARDER, "try_harder" }, \