Lines Matching refs:pbp
272 struct bio *pbp;
274 pbp = bp->bio_parent;
275 sc = pbp->bio_to->geom->softc;
283 if (pbp->bio_error == 0)
284 pbp->bio_error = bp->bio_error;
285 pbp->bio_completed += bp->bio_completed;
286 pbp->bio_inbed++;
287 if (pbp->bio_children == pbp->bio_inbed) {
289 if (pbp->bio_driver1 != NULL)
290 uma_zfree(g_stripe_zone, pbp->bio_driver1);
292 pbp->bio_completed = pbp->bio_length;
293 g_io_deliver(pbp, pbp->bio_error);