Searched refs:GJ_BIO_READ (Results 1 – 2 of 2) sorted by relevance
79 #define GJ_BIO_READ 0x01 macro
1626 nbp->bio_cflags = GJ_BIO_READ; in g_journal_read()1650 nbp->bio_cflags = GJ_BIO_READ; in g_journal_read()1671 KASSERT(bp->bio_cflags == GJ_BIO_READ, in g_journal_read_done()1672 ("Invalid bio (%d != %d).", bp->bio_cflags, GJ_BIO_READ)); in g_journal_read_done()2210 case GJ_BIO_READ: in g_journal_worker()