Searched refs:bio2 (Results 1 – 1 of 1) sorted by relevance
3274 struct bio *bio2; in sync_request() local3281 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() local4374 for (bio2 = blist; in reshape_request()4375 bio2 && bio2 != bio; in reshape_request()[all …]