Lines Matching refs:bio_cflags
1104 cbp->bio_cflags = bp->bio_cflags; in g_journal_read_first()
1138 bp->bio_cflags = GJ_BIO_COPY; in g_journal_copy_send()
1176 KASSERT(bp->bio_cflags == GJ_BIO_COPY, in g_journal_copy_read_done()
1177 ("Invalid bio (%d != %d).", bp->bio_cflags, GJ_BIO_COPY)); in g_journal_copy_read_done()
1210 KASSERT(bp->bio_cflags == GJ_BIO_COPY, in g_journal_copy_write_done()
1211 ("Invalid bio (%d != %d).", bp->bio_cflags, GJ_BIO_COPY)); in g_journal_copy_write_done()
1275 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()
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()
2083 type = (bp->bio_cflags & GJ_BIO_MASK); in g_journal_worker()