Home
last modified time | relevance | path

Searched refs:bio_cflags (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/geom/raid3/
H A Dg_raid3.c1044 if ((pbp->bio_cflags & G_RAID3_BIO_CFLAG_REGULAR) != 0) in g_raid3_clone_bio()
1084 if ((cbp->bio_cflags & G_RAID3_BIO_CFLAG_PARITY) != 0) { in g_raid3_scatter()
1118 if ((cbp->bio_cflags & G_RAID3_BIO_CFLAG_NODISK) != 0) in g_raid3_scatter()
1157 if ((cbp->bio_cflags & G_RAID3_BIO_CFLAG_PARITY) != 0) { in g_raid3_gather()
1226 fbp->bio_cflags |= G_RAID3_BIO_CFLAG_PARITY; in g_raid3_gather()
1247 if ((cbp->bio_cflags & G_RAID3_BIO_CFLAG_PARITY) != 0) in g_raid3_gather()
1252 xbp->bio_cflags &= ~G_RAID3_BIO_CFLAG_PARITY; in g_raid3_gather()
1293 bp->bio_cflags |= G_RAID3_BIO_CFLAG_REGULAR; in g_raid3_done()
1402 bp->bio_cflags |= G_RAID3_BIO_CFLAG_SYNC; in g_raid3_sync_done()
1693 bp->bio_cflags in g_raid3_sync_request()
[all...]
/freebsd/sys/geom/journal/
H A Dg_journal.c1104 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()
[all …]
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_raid5.c91 if (wp->waiting->bio_cflags & GV_BIO_MALLOC) in gv_raid5_start()
97 if (wp->parity->bio_cflags & GV_BIO_MALLOC) in gv_raid5_start()
118 if (cbp->bio_cflags & GV_BIO_MALLOC) in gv_raid5_start()
650 cbp->bio_cflags |= GV_BIO_MALLOC; in gv_raid5_clone_bio()
H A Dgeom_vinum_plex.c445 if (bp->bio_cflags & GV_BIO_MALLOC) in gv_plex_raid5_done()
/freebsd/sys/geom/raid/
H A Dtr_raid1.c261 bp->bio_cflags = G_RAID_BIO_FLAG_SYNC; in g_raid_tr_raid1_rebuild_some()
624 !(bp->bio_cflags & G_RAID_BIO_FLAG_SPECIAL)) { in g_raid_tr_iostart_raid1()
665 if (bp->bio_cflags & G_RAID_BIO_FLAG_SYNC) { in g_raid_tr_iodone_raid1()
705 bp->bio_cflags = G_RAID_BIO_FLAG_SYNC; in g_raid_tr_iodone_raid1()
850 cbp->bio_cflags = G_RAID_BIO_FLAG_REMAP; in g_raid_tr_iodone_raid1()
H A Dtr_raid1e.c477 bp->bio_cflags = G_RAID_BIO_FLAG_SYNC; in g_raid_tr_raid1e_rebuild_some()
853 !(bp->bio_cflags & G_RAID_BIO_FLAG_SPECIAL)) { in g_raid_tr_iostart_raid1e()
895 if (bp->bio_cflags & G_RAID_BIO_FLAG_SYNC) { in g_raid_tr_iodone_raid1e()
922 bp->bio_cflags = G_RAID_BIO_FLAG_SYNC; in g_raid_tr_iodone_raid1e()
1087 cbp->bio_cflags = G_RAID_BIO_FLAG_REMAP; in g_raid_tr_iodone_raid1e()
H A Dg_raid.c1196 if (!(bp->bio_cflags & G_RAID_BIO_FLAG_SPECIAL) && in g_raid_start_request()
/freebsd/sys/sys/
H A Dbio.h87 uint16_t bio_cflags; /* Private use by the consumer. */ member
/freebsd/sys/geom/mirror/
H A Dg_mirror.c919 bp->bio_cflags = G_MIRROR_BIO_FLAG_REGULAR; in g_mirror_done()
1098 bp->bio_cflags = G_MIRROR_BIO_FLAG_SYNC; in g_mirror_sync_done()
1423 bp->bio_cflags = 0; in g_mirror_sync_request()
2041 (bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0) { in g_mirror_worker()
2048 if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_REGULAR) != 0) in g_mirror_worker()
2053 else if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0) in g_mirror_worker()
2062 bp->bio_cflags, bp->bio_to->name)); in g_mirror_worker()
2317 if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0) in g_mirror_destroy_provider()
/freebsd/sys/geom/
H A Dgeom_io.c520 bp->_bio_cflags = bp->bio_cflags; in g_io_request()
636 KASSERT(bp->bio_cflags == bp->_bio_cflags, in g_io_deliver()
H A Dgeom_subr.c1644 db_printf(" cflags: 0x%hx\n", bp->bio_cflags); in DB_SHOW_COMMAND()