Home
last modified time | relevance | path

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

/freebsd/sys/geom/journal/
H A Dg_journal.h62 #define GJ_BIO_JOURNAL 0x02 macro
H A Dg_journal.c1275 fbp->bio_cflags = GJ_BIO_JOURNAL; in g_journal_flush()
1309 bp->bio_cflags = GJ_BIO_JOURNAL; in g_journal_flush()
1359 KASSERT((bp->bio_cflags & GJ_BIO_MASK) == GJ_BIO_JOURNAL, in g_journal_flush_done()
1360 ("Invalid bio (%d != %d).", bp->bio_cflags, GJ_BIO_JOURNAL)); in g_journal_flush_done()
2167 case GJ_BIO_JOURNAL: in g_journal_worker()