Searched refs:GJF_DEVICE_DESTROY (Results 1 – 2 of 2) sorted by relevance
426 if (sc == NULL || (sc->sc_flags & GJF_DEVICE_DESTROY)) { in g_journal_access()703 if (!(sc->sc_flags & GJF_DEVICE_DESTROY)) { in g_journal_metadata_update()2134 (sc->sc_flags & GJF_DEVICE_DESTROY)) { in g_journal_worker()2152 if (sc->sc_flags & GJF_DEVICE_DESTROY) { in g_journal_worker()2447 sc->sc_flags |= (GJF_DEVICE_DESTROY | GJF_DEVICE_CLEAN); in g_journal_destroy()2557 if (sc->sc_flags & GJF_DEVICE_DESTROY) in g_journal_find_device()2735 if (sc == NULL || (sc->sc_flags & GJF_DEVICE_DESTROY)) in g_journal_lowmem()2883 if (sc->sc_flags & GJF_DEVICE_DESTROY) in g_journal_do_switch()3004 !(sc->sc_flags & GJF_DEVICE_DESTROY) && in g_journal_do_switch()
90 #define GJF_DEVICE_DESTROY 0x0010 macro