Searched refs:XCHK_NEED_DRAIN (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dscrub.c560 if (error == -ECHRNG && !(sc->flags & XCHK_NEED_DRAIN))
574 if (error == -ECHRNG && !(sc->flags & XCHK_NEED_DRAIN))
630 sc->flags |= XCHK_NEED_DRAIN;
H A Dscrub.h126 #define XCHK_NEED_DRAIN (1U << 3) /* scrub needs to drain defer ops */ macro
H A Dcommon.h270 return sc->flags & XCHK_NEED_DRAIN;
H A Drepair.c78 sc->flags |= XCHK_NEED_DRAIN;
H A Dtrace.h113 { XCHK_NEED_DRAIN, "need_drain" }, \

Completed in 111 milliseconds