Searched refs:bi_next (Results 1 – 25 of 36) sorted by relevance
12
546 for (bio = (bl)->head; bio; bio = bio->bi_next)561 bio->bi_next = NULL; in bio_list_add()564 bl->tail->bi_next = bio; in bio_list_add()573 bio->bi_next = bl->head; in bio_list_add_head()587 bl->tail->bi_next = bl2->head; in bio_list_merge()601 bl2->tail->bi_next = bl->head; in bio_list_merge_head()618 bl->head = bl->head->bi_next; in bio_list_pop()622 bio->bi_next = NULL; in bio_list_pop()
1013 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next)1024 (_iter.bio->bi_next == NULL && \
253 struct bio *bi_next; /* request queue link */ member
748 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()
746 for (bio = rq->bio; bio; bio = bio->bi_next) { in blk_rq_set_mixed_merge()862 req->biotail->bi_next = next->bio; in attempt_merge()991 req->biotail->bi_next = bio; in bio_attempt_back_merge()1017 bio->bi_next = req->bio; in bio_attempt_front_merge()1042 req->biotail->bi_next = bio; in bio_attempt_discard_merge()
249 bio->bi_next = NULL; in bio_init()449 cache->free_list = bio->bi_next; in bio_alloc_percpu_cache()710 cache->free_list = bio->bi_next; in __bio_alloc_cache_prune()774 bio->bi_next = cache->free_list; in bio_put_percpu_cache()782 bio->bi_next = cache->free_list_irq; in bio_put_percpu_cache()
544 rq->biotail->bi_next = bio; in blk_rq_append_bio()754 bio = bio->bi_next; in blk_rq_unmap_user()
846 struct bio *next = bio->bi_next; in blk_complete_request()923 req->bio = bio->bi_next; in blk_update_request()3069 rq->bio = bio->bi_next; in blk_rq_unprep_clone()3113 rq->biotail->bi_next = bio; in blk_rq_prep_clone()3154 list->tail->bi_next = rq->bio; in blk_steal_bios()
632 BUG_ON(bio->bi_next); in __submit_bio_noacct()
74 n = bio->bi_next; in flush_bios()75 bio->bi_next = NULL; in flush_bios()
913 bio->bi_next = NULL; in flush_pending_writes()1128 bio->bi_next = NULL; in raid10_unplug()3542 bio->bi_next = biolist; in raid10_sync_request()3588 bio->bi_next = biolist; in raid10_sync_request()3742 bio->bi_next = biolist; in raid10_sync_request()3764 bio->bi_next = biolist; in raid10_sync_request()3868 bio->bi_next = NULL; in raid10_sync_request()4952 read_bio->bi_next = NULL; in reshape_request()4974 b->bi_next = blist; in reshape_request()5003 read_bio->bi_next = NULL; in reshape_request()[all …]
1578 n = bio->bi_next; in flush_bios()1579 bio->bi_next = NULL; in flush_bios()1596 n = bio->bi_next; in retry_origin_bios()1597 bio->bi_next = NULL; in retry_origin_bios()1613 n = bio->bi_next; in error_bios()1614 bio->bi_next = NULL; in error_bios()
721 return bio->bi_next; in r5_next_bio()
85 bool is_last = !clone->bi_next; in end_clone_bio()
170 return (struct mirror *) bio->bi_next; in bio_get_m()175 bio->bi_next = (struct bio *) m; in bio_set_m()
533 for (bio = bios->head; bio; bio = bio->bi_next) { in dm_rh_inc_pending()
3501 bip = &(*bip)->bi_next; in stripe_bio_overlaps()3556 bip = &(*bip)->bi_next; in __add_stripe_bio()3561 BUG_ON(*bip && bi->bi_next && (*bip) != bi->bi_next); in __add_stripe_bio()3563 bi->bi_next = *bip; in __add_stripe_bio()5435 bi->bi_next = conf->retry_read_aligned_list; in add_bio_to_retry()5456 bi->bi_next = NULL; in remove_bio_from_retry()5481 rdev = (void*)raid_bi->bi_next; in raid5_align_endio()5482 raid_bi->bi_next = NULL; in raid5_align_endio()5549 raid_bio->bi_next = (void *)rdev; in raid5_read_one_chunk()5806 bi->bi_next = NULL; in make_discard_request()[all …]
118 if (!(it)->iter.bi_size && (it)->bio->bi_next) { \120 (it)->bio = (it)->bio->bi_next; \
470 struct intel_bw_info *bi_next; in tgl_get_bw_info() local477 bi_next = &dev_priv->display.bw.max[i + 1]; in tgl_get_bw_info()480 bi_next->num_planes = (ipqdepth - clpchgroup) / in tgl_get_bw_info()483 bi_next->num_planes = 0; in tgl_get_bw_info()
103 for (bio = req->bio; bio; bio = bio->bi_next) { in nvme_failover_req()501 next = bio->bi_next; in nvme_requeue_work()502 bio->bi_next = NULL; in nvme_requeue_work()
304 req->curr_bio = req->curr_bio->bi_next; in nvme_tcp_advance_req()772 req->curr_bio = req->curr_bio->bi_next; in nvme_tcp_recv_data()
174 d->ip.nxbio = bio->bi_next; in aoe_failip()
915 req->bio = bio->bi_next; in pscsi_map_sg()
823 next = cur->bi_next; in rbio_endio_bio_list()824 cur->bi_next = NULL; in rbio_endio_bio_list()
Completed in 84 milliseconds