Lines Matching defs:cbp
219 g_gate_done(struct bio *cbp)
225 cp = cbp->bio_from;
226 pbp = cbp->bio_parent;
227 if (cbp->bio_error == 0) {
228 pbp->bio_completed = cbp->bio_completed;
229 g_destroy_bio(cbp);
234 g_destroy_bio(cbp);
251 struct bio *cbp;
263 cbp = g_clone_bio(pbp);
264 if (cbp == NULL) {
271 g_destroy_bio(cbp);
276 cbp->bio_offset = pbp->bio_offset + sc->sc_readoffset;
278 cbp->bio_done = g_gate_done;
279 g_io_request(cbp, cp);