| /linux/include/linux/ |
| H A D | bio.h | 597 for (bio = (bl)->head; bio; bio = bio->bi_next) 612 bio->bi_next = NULL; in bio_list_add() 615 bl->tail->bi_next = bio; in bio_list_add() 624 bio->bi_next = bl->head; in bio_list_add_head() 638 bl->tail->bi_next = bl2->head; in bio_list_merge() 659 bl2->tail->bi_next = bl->head; in bio_list_merge_head() 676 bl->head = bl->head->bi_next; in bio_list_pop() 680 bio->bi_next = NULL; in bio_list_pop()
|
| H A D | blk_types.h | 211 struct bio *bi_next; /* request queue link */ member
|
| H A D | blkdev.h | 789 for (; _bio; _bio = _bio->bi_next)
|
| /linux/block/ |
| H A D | blk-merge.c | 684 for (bio = rq->bio; bio; bio = bio->bi_next) { in blk_rq_set_mixed_merge() 837 req->biotail->bi_next = next->bio; in attempt_merge() 962 req->biotail->bi_next = bio; in bio_attempt_back_merge() 998 bio->bi_next = req->bio; in bio_attempt_front_merge() 1023 req->biotail->bi_next = bio; in bio_attempt_discard_merge()
|
| H A D | blk-mq-dma.c | 13 if (!iter->bio || !iter->bio->bi_next) in __blk_map_iter_next() 16 iter->bio = iter->bio->bi_next; in __blk_map_iter_next()
|
| H A D | blk-map.c | 447 rq->biotail->bi_next = bio; in blk_rq_append_bio() 632 bio = bio->bi_next; in blk_rq_unmap_user()
|
| H A D | bio.c | 220 bio->bi_next = NULL; in bio_init() 491 cache->free_list = bio->bi_next; in bio_alloc_percpu_cache() 747 cache->free_list = bio->bi_next; in __bio_alloc_cache_prune() 810 bio->bi_next = cache->free_list; in bio_put_percpu_cache() 820 bio->bi_next = cache->free_list_irq; in bio_put_percpu_cache()
|
| H A D | blk-mq.c | 908 struct bio *next = bio->bi_next; in blk_complete_request() 994 req->bio = bio->bi_next; in blk_update_request() 3314 rq->bio = bio->bi_next; in blk_rq_unprep_clone() 3360 rq->biotail->bi_next = bio; in blk_rq_prep_clone() 3399 for (bio = rq->bio; bio; bio = bio->bi_next) { in blk_steal_bios() 3418 list->tail->bi_next = rq->bio; in blk_steal_bios()
|
| H A D | blk-core.c | 709 BUG_ON(bio->bi_next); in __submit_bio_noacct()
|
| H A D | blk-cgroup.c | 227 if (bios.head && bios.head->bi_next) { in blkg_async_bio_workfn()
|
| /linux/include/linux/ceph/ |
| H A D | messenger.h | 145 if (!(it)->iter.bi_size && (it)->bio->bi_next) { \ 147 (it)->bio = (it)->bio->bi_next; \
|
| /linux/drivers/md/ |
| H A D | dm-delay.c | 79 n = bio->bi_next; in flush_bios() 80 bio->bi_next = NULL; in flush_bios()
|
| H A D | raid1-10.c | 116 bio->bi_next = NULL; in raid1_submit_write()
|
| H A D | raid10.c | 905 struct bio *next = bio->bi_next; in flush_pending_writes() 1111 struct bio *next = bio->bi_next; in raid10_unplug() 3375 bio->bi_next = biolist; in raid10_sync_request() 3400 bio->bi_next = biolist; in raid10_sync_request() 3421 bio->bi_next = biolist; in raid10_sync_request() 3567 bio->bi_next = biolist; in raid10_sync_request() 3588 bio->bi_next = biolist; in raid10_sync_request() 3627 for (bio= biolist ; bio ; bio=bio->bi_next) { in raid10_sync_request() 3690 biolist = biolist->bi_next; in raid10_sync_request() 3692 bio->bi_next = NULL; in raid10_sync_request() [all …]
|
| H A D | raid5.h | 720 return bio->bi_next; in r5_next_bio()
|
| H A D | dm-region-hash.c | 533 for (bio = bios->head; bio; bio = bio->bi_next) { in dm_rh_inc_pending()
|
| H A D | raid5.c | 3467 bip = &(*bip)->bi_next; in stripe_bio_overlaps() 3522 bip = &(*bip)->bi_next; in __add_stripe_bio() 3527 BUG_ON(*bip && bi->bi_next && (*bip) != bi->bi_next); in __add_stripe_bio() 3529 bi->bi_next = *bip; in __add_stripe_bio() 5453 bi->bi_next = conf->retry_read_aligned_list; in add_bio_to_retry() 5473 conf->retry_read_aligned_list = bi->bi_next; in remove_bio_from_retry() 5474 bi->bi_next = NULL; in remove_bio_from_retry() 5490 struct md_rdev *rdev = (void *)raid_bi->bi_next; in raid5_align_endio() 5496 raid_bi->bi_next = NULL; in raid5_align_endio() 5552 raid_bio->bi_next = (void *)rdev; in raid5_read_one_chunk() [all …]
|
| /linux/drivers/nvme/host/ |
| H A D | multipath.c | 168 for (bio = req->bio; bio; bio = bio->bi_next) in nvme_failover_req() 691 next = bio->bi_next; in nvme_requeue_work() 692 bio->bi_next = NULL; in nvme_requeue_work()
|
| H A D | tcp.c | 376 req->curr_bio = req->curr_bio->bi_next; in nvme_tcp_advance_req() 961 req->curr_bio = req->curr_bio->bi_next; in nvme_tcp_recv_data()
|
| /linux/drivers/block/aoe/ |
| H A D | aoedev.c | 174 d->ip.nxbio = bio->bi_next; in aoe_failip()
|
| H A D | aoecmd.c | 879 bio = bio->bi_next; in nextbuf()
|
| /linux/drivers/target/ |
| H A D | target_core_pscsi.c | 915 req->bio = bio->bi_next; in pscsi_map_sg()
|
| /linux/fs/btrfs/ |
| H A D | raid56.c | 932 next = cur->bi_next; in rbio_endio_bio_list() 933 cur->bi_next = NULL; in rbio_endio_bio_list()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 1510 bio->bi_next = bios; in drbd_submit_peer_request() 1531 bios = bios->bi_next; in drbd_submit_peer_request() 1532 bio->bi_next = NULL; in drbd_submit_peer_request()
|
| /linux/net/ceph/ |
| H A D | messenger.c | 770 it->bio = it->bio->bi_next; in ceph_msg_data_bio_advance()
|