Home
last modified time | relevance | path

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

/NextBSD/sys/geom/raid3/
HDg_raid3.c1015 if ((pbp->bio_cflags & G_RAID3_BIO_CFLAG_REGULAR) != 0) in g_raid3_clone_bio()
1055 if ((cbp->bio_cflags & G_RAID3_BIO_CFLAG_PARITY) != 0) { in g_raid3_scatter()
1089 if ((cbp->bio_cflags & G_RAID3_BIO_CFLAG_NODISK) != 0) in g_raid3_scatter()
1128 if ((cbp->bio_cflags & G_RAID3_BIO_CFLAG_PARITY) != 0) { in g_raid3_gather()
1197 fbp->bio_cflags |= G_RAID3_BIO_CFLAG_PARITY; in g_raid3_gather()
1218 if ((cbp->bio_cflags & G_RAID3_BIO_CFLAG_PARITY) != 0) in g_raid3_gather()
1223 xbp->bio_cflags &= ~G_RAID3_BIO_CFLAG_PARITY; in g_raid3_gather()
1264 bp->bio_cflags |= G_RAID3_BIO_CFLAG_REGULAR; in g_raid3_done()
1373 bp->bio_cflags |= G_RAID3_BIO_CFLAG_SYNC; in g_raid3_sync_done()
1663 bp->bio_cflags = 0; in g_raid3_sync_request()
[all …]
/NextBSD/sys/geom/journal/
HDg_journal.c1093 cbp->bio_cflags = bp->bio_cflags; in g_journal_read_first()
1127 bp->bio_cflags = GJ_BIO_COPY; in g_journal_copy_send()
1165 KASSERT(bp->bio_cflags == GJ_BIO_COPY, in g_journal_copy_read_done()
1166 ("Invalid bio (%d != %d).", bp->bio_cflags, GJ_BIO_COPY)); in g_journal_copy_read_done()
1199 KASSERT(bp->bio_cflags == GJ_BIO_COPY, in g_journal_copy_write_done()
1200 ("Invalid bio (%d != %d).", bp->bio_cflags, GJ_BIO_COPY)); in g_journal_copy_write_done()
1265 fbp->bio_cflags = GJ_BIO_JOURNAL; in g_journal_flush()
1300 bp->bio_cflags = GJ_BIO_JOURNAL; in g_journal_flush()
1350 KASSERT((bp->bio_cflags & GJ_BIO_MASK) == GJ_BIO_JOURNAL, in g_journal_flush_done()
1351 ("Invalid bio (%d != %d).", bp->bio_cflags, GJ_BIO_JOURNAL)); in g_journal_flush_done()
[all …]
/NextBSD/sys/geom/vinum/
HDgeom_vinum_raid5.c91 if (wp->waiting->bio_cflags & GV_BIO_MALLOC) in gv_raid5_start()
96 if (wp->parity->bio_cflags & GV_BIO_MALLOC) in gv_raid5_start()
116 if (cbp->bio_cflags & GV_BIO_MALLOC) in gv_raid5_start()
650 cbp->bio_cflags |= GV_BIO_MALLOC; in gv_raid5_clone_bio()
HDgeom_vinum_plex.c444 if (bp->bio_cflags & GV_BIO_MALLOC) in gv_plex_raid5_done()
/NextBSD/sys/geom/raid/
HDtr_raid1.c261 bp->bio_cflags = G_RAID_BIO_FLAG_SYNC; in g_raid_tr_raid1_rebuild_some()
625 !(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()
706 bp->bio_cflags = G_RAID_BIO_FLAG_SYNC; in g_raid_tr_iodone_raid1()
851 cbp->bio_cflags = G_RAID_BIO_FLAG_REMAP; in g_raid_tr_iodone_raid1()
HDtr_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()
894 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()
HDg_raid.c1199 if (!(bp->bio_cflags & G_RAID_BIO_FLAG_SPECIAL) && in g_raid_start_request()
/NextBSD/sys/sys/
HDbio.h82 uint8_t bio_cflags; /* Private use by the consumer. */ member
/NextBSD/sys/geom/mirror/
HDg_mirror.c889 bp->bio_cflags = G_MIRROR_BIO_FLAG_REGULAR; in g_mirror_done()
1016 bp->bio_cflags = G_MIRROR_BIO_FLAG_SYNC; in g_mirror_sync_done()
1321 bp->bio_cflags = 0; in g_mirror_sync_request()
1899 (bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0) { in g_mirror_worker()
1902 if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_REGULAR) != 0) in g_mirror_worker()
1904 else if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0) in g_mirror_worker()
1909 bp->bio_cflags, bp->bio_to->name)); in g_mirror_worker()
1992 bp->bio_cflags = 0; in g_mirror_sync_start()
/NextBSD/sys/geom/
HDgeom_io.c493 bp->_bio_cflags = bp->bio_cflags; in g_io_request()
623 KASSERT(bp->bio_cflags == bp->_bio_cflags, in g_io_deliver()
HDgeom_subr.c1511 db_printf(" cflags: 0x%hhx\n", bp->bio_cflags); in DB_SHOW_COMMAND()