Home
last modified time | relevance | path

Searched refs:bio2 (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/md/
Draid10.c3357 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()
[all …]