Home
last modified time | relevance | path

Searched refs:GJ_TYPE_COMPLETE (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/geom/journal/
HDg_journal.c2269 if (md->md_type == 0 || (md->md_type & ~GJ_TYPE_COMPLETE) != 0) { in g_journal_create()
2318 if (md->md_type != GJ_TYPE_COMPLETE) { in g_journal_create()
2386 if ((sc->sc_type & GJ_TYPE_COMPLETE) != GJ_TYPE_COMPLETE) { in g_journal_create()
2556 if ((sc->sc_type & GJ_TYPE_COMPLETE) != GJ_TYPE_COMPLETE) in g_journal_find_device()
2882 if ((sc->sc_type & GJ_TYPE_COMPLETE) != GJ_TYPE_COMPLETE) in g_journal_do_switch()
2994 if ((sc->sc_type & GJ_TYPE_COMPLETE) == GJ_TYPE_COMPLETE && in g_journal_do_switch()
HDg_journal.h277 #define GJ_TYPE_COMPLETE (GJ_TYPE_DATA|GJ_TYPE_JOURNAL) macro