Lines Matching refs:bi_next
909 struct bio *next = bio->bi_next; in flush_pending_writes()
911 bio->bi_next = NULL; in flush_pending_writes()
1094 struct bio *next = bio->bi_next; in raid10_unplug()
1096 bio->bi_next = NULL; in raid10_unplug()
3167 bio->bi_next = biolist; in raid10_sync_request()
3192 bio->bi_next = biolist; in raid10_sync_request()
3213 bio->bi_next = biolist; in raid10_sync_request()
3367 bio->bi_next = biolist; in raid10_sync_request()
3389 bio->bi_next = biolist; in raid10_sync_request()
3429 for (bio= biolist ; bio ; bio=bio->bi_next) { in raid10_sync_request()
3491 biolist = biolist->bi_next; in raid10_sync_request()
3493 bio->bi_next = NULL; in raid10_sync_request()
4606 read_bio->bi_next = NULL; in reshape_request()
4628 b->bi_next = blist; in reshape_request()
4641 for (bio = blist; bio ; bio = bio->bi_next) { in reshape_request()
4657 read_bio->bi_next = NULL; in reshape_request()
4720 b->bi_next = NULL; in reshape_request_write()