Searched refs:GJF_DEVICE_CLEAN (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/geom/journal/
H A Dg_journal.h93 #define GJF_DEVICE_CLEAN 0x0080 macro
H A Dg_journal.c434 sc->sc_flags &= ~GJF_DEVICE_CLEAN;
440 sc->sc_flags |= GJF_DEVICE_CLEAN;
680 if (sc->sc_flags & GJF_DEVICE_CLEAN)
1706 if (!(sc->sc_flags & GJF_DEVICE_CLEAN) && pp->acw == 0) {
1707 sc->sc_flags |= GJF_DEVICE_CLEAN;
2071 if (sc->sc_flags & GJF_DEVICE_CLEAN) {
2341 sc->sc_flags |= GJF_DEVICE_CLEAN;
2447 sc->sc_flags |= (GJF_DEVICE_DESTROY | GJF_DEVICE_CLEAN);

Completed in 167 milliseconds