Searched refs:bi_next (Results 1 – 25 of 37) sorted by relevance
12
507 for (bio = (bl)->head; bio; bio = bio->bi_next)522 bio->bi_next = NULL; in bio_list_add()525 bl->tail->bi_next = bio; in bio_list_add()534 bio->bi_next = bl->head; in bio_list_add_head()548 bl->tail->bi_next = bl2->head; in bio_list_merge()569 bl2->tail->bi_next = bl->head; in bio_list_merge_head()586 bl->head = bl->head->bi_next; in bio_list_pop()590 bio->bi_next = NULL; in bio_list_pop()
215 struct bio *bi_next; /* request queue link */ member
1040 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next)1051 (_iter.bio->bi_next == NULL && \
726 for (; _bio; _bio = _bio->bi_next)
171 next = bio->bi_next; in submit_data_vio()172 bio->bi_next = NULL; in submit_data_vio()277 bio->bi_next = NULL; in try_bio_map_merge()
763 for (bio = rq->bio; bio; bio = bio->bi_next) { in blk_rq_set_mixed_merge()900 req->biotail->bi_next = next->bio; in attempt_merge()1035 req->biotail->bi_next = bio; in bio_attempt_back_merge()1069 bio->bi_next = req->bio; in bio_attempt_front_merge()1094 req->biotail->bi_next = bio; in bio_attempt_discard_merge()
248 bio->bi_next = NULL; in bio_init()460 cache->free_list = bio->bi_next; in bio_alloc_percpu_cache()721 cache->free_list = bio->bi_next; in __bio_alloc_cache_prune()781 bio->bi_next = cache->free_list; in bio_put_percpu_cache()790 bio->bi_next = cache->free_list_irq; in bio_put_percpu_cache()
551 rq->biotail->bi_next = bio; in blk_rq_append_bio()740 bio = bio->bi_next; in blk_rq_unmap_user()
817 struct bio *next = bio->bi_next; in blk_complete_request()902 req->bio = bio->bi_next; in blk_update_request()3130 rq->bio = bio->bi_next; in blk_rq_unprep_clone()3174 rq->biotail->bi_next = bio; in blk_rq_prep_clone()3216 list->tail->bi_next = rq->bio; in blk_steal_bios()
649 BUG_ON(bio->bi_next); in __submit_bio_noacct()
75 n = bio->bi_next; in flush_bios()76 bio->bi_next = NULL; in flush_bios()
121 bio->bi_next = NULL; in raid1_submit_write()
3403 bio->bi_next = biolist; in raid10_sync_request()3428 bio->bi_next = biolist; in raid10_sync_request()3449 bio->bi_next = biolist; in raid10_sync_request()3604 bio->bi_next = biolist; in raid10_sync_request()3625 bio->bi_next = biolist; in raid10_sync_request()3726 biolist = biolist->bi_next; in raid10_sync_request()3728 bio->bi_next = NULL; in raid10_sync_request()4810 read_bio->bi_next = NULL; in reshape_request()4831 b->bi_next = blist; in reshape_request()4859 read_bio->bi_next = NULL; in reshape_request()[all …]
1576 n = bio->bi_next; in flush_bios()1577 bio->bi_next = NULL; in flush_bios()1594 n = bio->bi_next; in retry_origin_bios()1595 bio->bi_next = NULL; in retry_origin_bios()1611 n = bio->bi_next; in error_bios()1612 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()
3465 bip = &(*bip)->bi_next; in stripe_bio_overlaps()3520 bip = &(*bip)->bi_next; in __add_stripe_bio()3525 BUG_ON(*bip && bi->bi_next && (*bip) != bi->bi_next); in __add_stripe_bio()3527 bi->bi_next = *bip; in __add_stripe_bio()5388 bi->bi_next = conf->retry_read_aligned_list; in add_bio_to_retry()5408 conf->retry_read_aligned_list = bi->bi_next; in remove_bio_from_retry()5409 bi->bi_next = NULL; in remove_bio_from_retry()5431 raid_bi->bi_next = NULL; in raid5_align_endio()5487 raid_bio->bi_next = (void *)rdev; in raid5_read_one_chunk()5737 bi->bi_next = NULL; in make_discard_request()[all …]
144 if (!(it)->iter.bi_size && (it)->bio->bi_next) { \146 (it)->bio = (it)->bio->bi_next; \
518 struct intel_bw_info *bi_next; in tgl_get_bw_info() local525 bi_next = &dev_priv->display.bw.max[i + 1]; in tgl_get_bw_info()528 bi_next->num_planes = (ipqdepth - clpchgroup) / in tgl_get_bw_info()531 bi_next->num_planes = 0; in tgl_get_bw_info()
106 for (bio = req->bio; bio; bio = bio->bi_next) { in nvme_failover_req()607 next = bio->bi_next; in nvme_requeue_work()608 bio->bi_next = NULL; in nvme_requeue_work()
174 d->ip.nxbio = bio->bi_next; in aoe_failip()
916 req->bio = bio->bi_next; in pscsi_map_sg()
890 next = cur->bi_next; in rbio_endio_bio_list()891 cur->bi_next = NULL; in rbio_endio_bio_list()
Completed in 87 milliseconds