Lines Matching refs:bi_next
955 struct bio *next = bio->bi_next; in flush_pending_writes()
956 bio->bi_next = NULL; in flush_pending_writes()
1131 struct bio *next = bio->bi_next; in raid10_unplug()
1132 bio->bi_next = NULL; in raid10_unplug()
3120 bio->bi_next = biolist; in sync_request()
3146 bio->bi_next = biolist; in sync_request()
3175 bio->bi_next = biolist; in sync_request()
3295 bio->bi_next = biolist; in sync_request()
3317 bio->bi_next = biolist; in sync_request()
3356 for (bio= biolist ; bio ; bio=bio->bi_next) { in sync_request()
3366 bio2 = bio2->bi_next) { in sync_request()
3382 biolist = biolist->bi_next; in sync_request()
3384 bio->bi_next = NULL; in sync_request()
4405 read_bio->bi_next = NULL; in reshape_request()
4428 b->bi_next = blist; in reshape_request()
4440 for (bio = blist; bio ; bio = bio->bi_next) { in reshape_request()
4448 bio2 = bio2->bi_next) { in reshape_request()
4465 read_bio->bi_next = NULL; in reshape_request()
4523 b->bi_next = NULL; in reshape_request_write()