Lines Matching refs:bi_next
866 struct bio *next = bio->bi_next; in flush_pending_writes()
867 bio->bi_next = NULL; in flush_pending_writes()
1042 struct bio *next = bio->bi_next; in raid10_unplug()
1043 bio->bi_next = NULL; in raid10_unplug()
3037 bio->bi_next = biolist; in sync_request()
3063 bio->bi_next = biolist; in sync_request()
3092 bio->bi_next = biolist; in sync_request()
3212 bio->bi_next = biolist; in sync_request()
3234 bio->bi_next = biolist; in sync_request()
3273 for (bio= biolist ; bio ; bio=bio->bi_next) { in sync_request()
3283 bio2 = bio2->bi_next) { in sync_request()
3299 biolist = biolist->bi_next; in sync_request()
3301 bio->bi_next = NULL; in sync_request()
4333 read_bio->bi_next = NULL; in reshape_request()
4356 b->bi_next = blist; in reshape_request()
4368 for (bio = blist; bio ; bio = bio->bi_next) { in reshape_request()
4376 bio2 = bio2->bi_next) { in reshape_request()
4393 read_bio->bi_next = NULL; in reshape_request()
4451 b->bi_next = NULL; in reshape_request_write()