Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dscrub.c525 if (error == -EDEADLOCK && !(sc->flags & XCHK_TRY_HARDER)) in xfs_scrub_metadata()
536 if (error == -EDEADLOCK && !(sc->flags & XCHK_TRY_HARDER)) in xfs_scrub_metadata()
617 sc->flags |= XCHK_TRY_HARDER; in xfs_scrub_metadata()
H A Dscrub.h112 #define XCHK_TRY_HARDER (1U << 0) /* can't get resources, try again */ macro
H A Drepair.c77 if (!(sc->flags & XCHK_TRY_HARDER)) { in xrep_attempt()
78 sc->flags |= XCHK_TRY_HARDER; in xrep_attempt()
H A Dattr.c50 if (sc->flags & XCHK_TRY_HARDER) in xchk_xattr_want_freemap()
129 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.c239 if (sc->flags & XCHK_TRY_HARDER) { in xchk_setup_fscounters()
H A Dtrace.h105 { XCHK_TRY_HARDER, "try_harder" }, \