Searched refs:GJ_BIO_READ (Results 1 – 2 of 2) sorted by relevance
61 #define GJ_BIO_READ 0x01 macro
1587 nbp->bio_cflags = GJ_BIO_READ; in g_journal_read()1611 nbp->bio_cflags = GJ_BIO_READ; in g_journal_read()1632 KASSERT(bp->bio_cflags == GJ_BIO_READ, in g_journal_read_done()1633 ("Invalid bio (%d != %d).", bp->bio_cflags, GJ_BIO_READ)); in g_journal_read_done()2171 case GJ_BIO_READ: in g_journal_worker()