Searched refs:bi_next (Results 1 – 25 of 34) sorted by relevance
12
498 for (bio = (bl)->head; bio; bio = bio->bi_next)513 bio->bi_next = NULL; in bio_list_add()516 bl->tail->bi_next = bio; in bio_list_add()525 bio->bi_next = bl->head; in bio_list_add_head()539 bl->tail->bi_next = bl2->head; in bio_list_merge()553 bl2->tail->bi_next = bl->head; in bio_list_merge_head()570 bl->head = bl->head->bi_next; in bio_list_pop()574 bio->bi_next = NULL; in bio_list_pop()
932 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next)943 (_iter.bio->bi_next == NULL && \
238 struct bio *bi_next; /* request queue link */ member
589 for (; _bio; _bio = _bio->bi_next)
191 struct bio *next = bio->bi_next; in blk_integrity_merge_bio()202 bio->bi_next = NULL; in blk_integrity_merge_bio()204 bio->bi_next = next; in blk_integrity_merge_bio()
730 for (bio = rq->bio; bio; bio = bio->bi_next) { in blk_rq_set_mixed_merge()838 req->biotail->bi_next = next->bio; in attempt_merge()977 req->biotail->bi_next = bio; in bio_attempt_back_merge()1001 bio->bi_next = req->bio; in bio_attempt_front_merge()1026 req->biotail->bi_next = bio; in bio_attempt_discard_merge()
879 BUG_ON(bio->bi_next); in __submit_bio_noacct()1208 for (bio = rq->bio; bio; bio = bio->bi_next) { in blk_rq_err_bytes()1331 list->tail->bi_next = rq->bio; in blk_steal_bios()1403 rq->bio = bio->bi_next; in blk_rq_unprep_clone()1446 rq->biotail->bi_next = bio; in blk_rq_prep_clone()
496 rq->biotail->bi_next = bio; in blk_rq_append_bio()604 bio = bio->bi_next; in blk_rq_unmap_user()
255 bio->bi_next = NULL; in bio_init()
73 n = bio->bi_next; in flush_bios()74 bio->bi_next = NULL; in flush_bios()
887 bio->bi_next = NULL; in flush_pending_writes()1080 bio->bi_next = NULL; in raid10_unplug()3480 bio->bi_next = biolist; in raid10_sync_request()3526 bio->bi_next = biolist; in raid10_sync_request()3680 bio->bi_next = biolist; in raid10_sync_request()3702 bio->bi_next = biolist; in raid10_sync_request()3806 bio->bi_next = NULL; in raid10_sync_request()4907 read_bio->bi_next = NULL; in reshape_request()4929 b->bi_next = blist; in reshape_request()4958 read_bio->bi_next = NULL; in reshape_request()[all …]
1595 n = bio->bi_next; in flush_bios()1596 bio->bi_next = NULL; in flush_bios()1613 n = bio->bi_next; in retry_origin_bios()1614 bio->bi_next = NULL; in retry_origin_bios()1630 n = bio->bi_next; in error_bios()1631 bio->bi_next = NULL; in error_bios()
716 return bio->bi_next; in r5_next_bio()
85 bool is_last = !clone->bi_next; in end_clone_bio()
165 return (struct mirror *) bio->bi_next; in bio_get_m()170 bio->bi_next = (struct bio *) m; in bio_set_m()
3432 bip = & (*bip)->bi_next; in add_stripe_bio()3470 BUG_ON(*bip && bi->bi_next && (*bip) != bi->bi_next); in add_stripe_bio()3472 bi->bi_next = *bip; in add_stripe_bio()5329 bi->bi_next = conf->retry_read_aligned_list; in add_bio_to_retry()5349 conf->retry_read_aligned_list = bi->bi_next; in remove_bio_from_retry()5350 bi->bi_next = NULL; in remove_bio_from_retry()5375 rdev = (void*)raid_bi->bi_next; in raid5_align_endio()5376 raid_bi->bi_next = NULL; in raid5_align_endio()5443 raid_bio->bi_next = (void *)rdev; in raid5_read_one_chunk()5696 bi->bi_next = NULL; in make_discard_request()[all …]
530 for (bio = bios->head; bio; bio = bio->bi_next) { in dm_rh_inc_pending()
118 if (!(it)->iter.bi_size && (it)->bio->bi_next) { \120 (it)->bio = (it)->bio->bi_next; \
88 for (bio = req->bio; bio; bio = bio->bi_next) { in nvme_failover_req()453 next = bio->bi_next; in nvme_requeue_work()454 bio->bi_next = NULL; in nvme_requeue_work()
262 req->curr_bio = req->curr_bio->bi_next; in nvme_tcp_advance_req()723 req->curr_bio = req->curr_bio->bi_next; in nvme_tcp_recv_data()
174 d->ip.nxbio = bio->bi_next; in aoe_failip()
848 next = cur->bi_next; in rbio_endio_bio_list()849 cur->bi_next = NULL; in rbio_endio_bio_list()
944 req->bio = bio->bi_next; in pscsi_map_sg()
1217 src = src->bi_next; in bio_list_copy_data()1225 dst = dst->bi_next; in bio_list_copy_data()
1702 bio->bi_next = bios; in drbd_submit_peer_request()1723 bios = bios->bi_next; in drbd_submit_peer_request()1724 bio->bi_next = NULL; in drbd_submit_peer_request()1733 bios = bios->bi_next; in drbd_submit_peer_request()
Completed in 93 milliseconds