Searched refs:cbp2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/geom/eli/
H A Dg_eli_integrity.c259 struct bio *bp, *cbp, *cbp2; local
315 cbp2 = NULL;
317 cbp2 = g_duplicate_bio(bp);
318 cbp2->bio_length = cbp->bio_length - MAXPHYS;
319 cbp2->bio_data = cbp->bio_data + MAXPHYS;
320 cbp2->bio_offset = cbp->bio_offset + MAXPHYS;
321 cbp2->bio_to = cp->provider;
322 cbp2->bio_done = g_eli_write_done;
330 bp->bio_children = (cbp2 != NULL ? 2 : 1);
332 if (cbp2 !
343 struct bio *cbp, *cbp2; local
[all...]

Completed in 188 milliseconds