Home
last modified time | relevance | path

Searched refs:bio_pflags (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/geom/vinum/
H A Dgeom_vinum_plex.c116 cbp->bio_pflags |= GV_BIO_ONHOLD; in gv_plex_start()
214 &real_len, &sdno, (bp->bio_pflags & GV_BIO_GROW)); in gv_plex_normal_request()
244 if (bp->bio_pflags & GV_BIO_INTERNAL) in gv_plex_normal_request()
249 if (!(bp->bio_pflags & GV_BIO_SYNCREQ)) { in gv_plex_normal_request()
286 if (bp->bio_pflags & GV_BIO_INTERNAL) { in gv_plex_normal_request()
287 if (bp->bio_pflags & GV_BIO_MALLOC) in gv_plex_normal_request()
315 if (pbp->bio_pflags & GV_BIO_SYNCREQ) in gv_plex_normal_done()
317 else if (pbp->bio_pflags & GV_BIO_GROW) in gv_plex_normal_done()
396 if (bp->bio_parent->bio_pflags & GV_BIO_CHECK) in gv_plex_raid5_done()
428 (pbp->bio_pflags & GV_BIO_CHECK)) { in gv_plex_raid5_done()
[all …]
H A Dgeom_vinum_raid5.c68 if (bp->bio_pflags & GV_BIO_REBUILD) in gv_raid5_start()
70 else if (bp->bio_pflags & GV_BIO_CHECK) in gv_raid5_start()
126 if (bp->bio_pflags & GV_BIO_INTERNAL) { in gv_raid5_start()
127 if (bp->bio_pflags & GV_BIO_MALLOC) in gv_raid5_start()
283 if (!(bp->bio_pflags & GV_BIO_REBUILD)) in gv_raid5_rebuild()
402 bp->bio_pflags & GV_BIO_SYNCREQ && bp->bio_cmd == BIO_WRITE) { in gv_raid5_request()
H A Dgeom_vinum.c1000 if (bp->bio_pflags & GV_BIO_ONHOLD) { in gv_worker()
1008 bp->bio_pflags &= ~GV_BIO_ONHOLD; in gv_worker()
1012 } else if (bp->bio_pflags & GV_BIO_INTERNAL) { in gv_worker()
/freebsd/sys/geom/eli/
H A Dg_eli.c251 if (wr->w_number == G_ELI_WORKER(bp->bio_pflags)) in g_eli_crypto_rerun()
255 G_ELI_WORKER(bp->bio_pflags))); in g_eli_crypto_rerun()
498 bp->bio_pflags = 0; in g_eli_start()
499 G_ELI_SET_NEW_BIO(bp->bio_pflags); in g_eli_start()
624 KASSERT(G_ELI_IS_NEW_BIO(bp->bio_pflags), in g_eli_cancel()
643 if (!G_ELI_IS_NEW_BIO(bp->bio_pflags)) in g_eli_takefirst()
736 if (G_ELI_IS_NEW_BIO(bp->bio_pflags)) in g_eli_worker()
739 if (G_ELI_IS_NEW_BIO(bp->bio_pflags)) { in g_eli_worker()
740 G_ELI_SETWORKER(bp->bio_pflags, 0); in g_eli_worker()
962 bp->bio_pflags |= G_ELI_UMA_ALLOC; in g_eli_alloc_data()
[all …]
H A Dg_eli_privacy.c231 G_ELI_SETWORKER(bp->bio_pflags, 0); in g_eli_crypto_read()
268 G_ELI_SETWORKER(bp->bio_pflags, wr->w_number); in g_eli_crypto_run()
H A Dg_eli_integrity.c381 G_ELI_SETWORKER(bp->bio_pflags, 0); in g_eli_auth_read()
461 G_ELI_SETWORKER(bp->bio_pflags, wr->w_number); in g_eli_auth_run()
/freebsd/sys/geom/raid3/
H A Dg_raid3.c1079 if ((pbp->bio_pflags & G_RAID3_BIO_PFLAG_NOPARITY) == 0) { in g_raid3_scatter()
1102 if ((pbp->bio_pflags & G_RAID3_BIO_PFLAG_NOPARITY) == 0) { in g_raid3_scatter()
1167 if ((pbp->bio_pflags & G_RAID3_BIO_PFLAG_DEGRADED) != 0) { in g_raid3_gather()
1205 if (fbp != NULL && (pbp->bio_pflags & G_RAID3_BIO_PFLAG_VERIFY) != 0) { in g_raid3_gather()
1206 pbp->bio_pflags &= ~G_RAID3_BIO_PFLAG_VERIFY; in g_raid3_gather()
1222 pbp->bio_pflags |= G_RAID3_BIO_PFLAG_DEGRADED; in g_raid3_gather()
1253 if ((pbp->bio_pflags & G_RAID3_BIO_PFLAG_VERIFY) != 0) { in g_raid3_gather()
1276 if ((pbp->bio_pflags & G_RAID3_BIO_PFLAG_VERIFY) != 0) in g_raid3_gather()
1281 pbp->bio_pflags &= ~G_RAID3_BIO_PFLAG_MASK; in g_raid3_gather()
1384 pbp->bio_pflags in g_raid3_regular_request()
[all...]
/freebsd/sys/sys/
H A Dbio.h88 uint16_t bio_pflags; /* Private use by the provider. */ member
/freebsd/sys/geom/shsec/
H A Dg_shsec.c261 if ((pbp->bio_pflags & G_SHSEC_BFLAG_FIRST) != 0) { in g_shsec_done()
263 pbp->bio_pflags = 0; in g_shsec_done()
338 bp->bio_pflags = G_SHSEC_BFLAG_FIRST; in g_shsec_start()
/freebsd/sys/geom/raid/
H A Dtr_raid1.c813 pbp->bio_pflags = G_RAID_BIO_FLAG_LOCKED; in g_raid_tr_iodone_raid1()
857 if (pbp->bio_pflags & G_RAID_BIO_FLAG_LOCKED) { in g_raid_tr_iodone_raid1()
/freebsd/sys/geom/
H A Dgeom_io.c512 KASSERT(bp->bio_pflags == 0, in g_io_request()
712 bp->bio_pflags = 0; in g_io_deliver()
H A Dgeom_subr.c1645 db_printf(" pflags: 0x%hx\n", bp->bio_pflags); in DB_SHOW_COMMAND()