Lines Matching defs:wbio2
2232 struct bio *wbio2 = r10_bio->devs[1].repl_bio;2234 /* Need to test wbio2->bi_end_io before we call2236 * the latter is free to free wbio2.2238 if (wbio2 && !wbio2->bi_end_io)2239 wbio2 = NULL;2245 if (wbio2)2260 if (wbio2) {2263 bio_sectors(wbio2));2264 submit_bio_noacct(wbio2);