Lines Matching defs:wbio2
2622 struct bio *wbio2 = r10_bio->devs[1].repl_bio;2624 /* Need to test wbio2->bi_end_io before we call2626 * the latter is free to free wbio2.2628 if (wbio2 && !wbio2->bi_end_io)2629 wbio2 = NULL;2635 if (wbio2)2650 if (wbio2) {2653 bio_sectors(wbio2));2654 submit_bio_noacct(wbio2);