Lines Matching refs:bio2
3274 struct bio *bio2; in sync_request() local
3281 for (bio2 = biolist; in sync_request()
3282 bio2 && bio2 != bio; in sync_request()
3283 bio2 = bio2->bi_next) { in sync_request()
3285 bio2->bi_vcnt--; in sync_request()
3286 bio2->bi_iter.bi_size -= len; in sync_request()
3287 bio_clear_flag(bio2, BIO_SEG_VALID); in sync_request()
4369 struct bio *bio2; in reshape_request() local
4374 for (bio2 = blist; in reshape_request()
4375 bio2 && bio2 != bio; in reshape_request()
4376 bio2 = bio2->bi_next) { in reshape_request()
4378 bio2->bi_vcnt--; in reshape_request()
4379 bio2->bi_iter.bi_size -= len; in reshape_request()
4380 bio_clear_flag(bio2, BIO_SEG_VALID); in reshape_request()