Lines Matching refs:bio2
3357 struct bio *bio2; in sync_request() local
3364 for (bio2 = biolist; in sync_request()
3365 bio2 && bio2 != bio; in sync_request()
3366 bio2 = bio2->bi_next) { in sync_request()
3368 bio2->bi_vcnt--; in sync_request()
3369 bio2->bi_iter.bi_size -= len; in sync_request()
3370 __clear_bit(BIO_SEG_VALID, &bio2->bi_flags); in sync_request()
4441 struct bio *bio2; in reshape_request() local
4446 for (bio2 = blist; in reshape_request()
4447 bio2 && bio2 != bio; in reshape_request()
4448 bio2 = bio2->bi_next) { in reshape_request()
4450 bio2->bi_vcnt--; in reshape_request()
4451 bio2->bi_iter.bi_size -= len; in reshape_request()
4452 __clear_bit(BIO_SEG_VALID, &bio2->bi_flags); in reshape_request()