Home
last modified time | relevance | path

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

/freebsd-14.2/sys/geom/raid3/
H A Dg_raid3.c1226 fbp->bio_cflags |= G_RAID3_BIO_CFLAG_PARITY; 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 = 0; in g_raid3_sync_request()
1870 if ((pbp->bio_cflags & in g_raid3_register_request()
1888 cbp->bio_cflags |= G_RAID3_BIO_CFLAG_PARITY; in g_raid3_register_request()
1913 cbp->bio_cflags |= in g_raid3_register_request()
1928 cbp->bio_cflags |= in g_raid3_register_request()
2159 bp->bio_cflags, bp->bio_to->name)); in g_raid3_worker()
[all …]
/freebsd-14.2/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()
1210 KASSERT(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()
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()
[all …]
/freebsd-14.2/sys/geom/vinum/
H A Dgeom_vinum_raid5.c92 if (wp->waiting->bio_cflags & GV_BIO_MALLOC) in gv_raid5_start()
98 if (wp->parity->bio_cflags & GV_BIO_MALLOC) in gv_raid5_start()
119 if (cbp->bio_cflags & GV_BIO_MALLOC) in gv_raid5_start()
651 cbp->bio_cflags |= GV_BIO_MALLOC; in gv_raid5_clone_bio()
H A Dgeom_vinum_plex.c446 if (bp->bio_cflags & GV_BIO_MALLOC) in gv_plex_raid5_done()
/freebsd-14.2/sys/geom/raid/
H A Dtr_raid1.c262 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()
666 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()
H A Dtr_raid1e.c478 bp->bio_cflags = G_RAID_BIO_FLAG_SYNC; in g_raid_tr_raid1e_rebuild_some()
854 !(bp->bio_cflags & G_RAID_BIO_FLAG_SPECIAL)) { in g_raid_tr_iostart_raid1e()
896 if (bp->bio_cflags & G_RAID_BIO_FLAG_SYNC) { in g_raid_tr_iodone_raid1e()
923 bp->bio_cflags = G_RAID_BIO_FLAG_SYNC; in g_raid_tr_iodone_raid1e()
1088 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-14.2/sys/sys/
H A Dbio.h90 uint16_t bio_cflags; /* Private use by the consumer. */ member
/freebsd-14.2/sys/geom/mirror/
H A Dg_mirror.c920 bp->bio_cflags = G_MIRROR_BIO_FLAG_REGULAR; in g_mirror_done()
1099 bp->bio_cflags = G_MIRROR_BIO_FLAG_SYNC; in g_mirror_sync_done()
1424 bp->bio_cflags = 0; in g_mirror_sync_request()
2042 (bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0) { in g_mirror_worker()
2049 if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_REGULAR) != 0) in g_mirror_worker()
2054 else if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0) in g_mirror_worker()
2063 bp->bio_cflags, bp->bio_to->name)); in g_mirror_worker()
2318 if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0) in g_mirror_destroy_provider()
/freebsd-14.2/sys/geom/
H A Dgeom_io.c518 bp->_bio_cflags = bp->bio_cflags; in g_io_request()
634 KASSERT(bp->bio_cflags == bp->_bio_cflags, in g_io_deliver()
H A Dgeom_subr.c1645 db_printf(" cflags: 0x%hx\n", bp->bio_cflags); in DB_SHOW_COMMAND()