/linux/include/linux/ |
H A D | bio.h | 524 for (bio = (bl)->head; bio; bio = bio->bi_next) 539 bio->bi_next = NULL; in bio_list_add() 542 bl->tail->bi_next = bio; in bio_list_add() 551 bio->bi_next = bl->head; in bio_list_add_head() 565 bl->tail->bi_next = bl2->head; in bio_list_merge() 586 bl2->tail->bi_next = bl->head; in bio_list_merge_head() 603 bl->head = bl->head->bi_next; in bio_list_pop() 607 bio->bi_next = NULL; in bio_list_pop()
|
H A D | blk-mq.h | 1056 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next) 1067 (_iter.bio->bi_next == NULL && \
|
H A D | blk_types.h | 215 struct bio *bi_next; /* request queue link */ member
|
/linux/drivers/md/dm-vdo/ |
H A D | io-submitter.c | 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()
|
/linux/block/ |
H A D | blk-mq-dma.c | 46 if (!iter->bio->bi_next) in blk_map_iter_next() 48 iter->bio = iter->bio->bi_next; in blk_map_iter_next()
|
H A D | blk-merge.c | 618 for (bio = rq->bio; bio; bio = bio->bi_next) { in blk_rq_set_mixed_merge() 751 req->biotail->bi_next = next->bio; in attempt_merge() 874 req->biotail->bi_next = bio; in bio_attempt_back_merge() 908 bio->bi_next = req->bio; in bio_attempt_front_merge() 933 req->biotail->bi_next = bio; in bio_attempt_discard_merge()
|
H A D | blk-cgroup.c | 225 if (bios.head && bios.head->bi_next) { in blkg_async_bio_workfn()
|
/linux/include/linux/ceph/ |
H A D | messenger.h | 144 if (!(it)->iter.bi_size && (it)->bio->bi_next) { \ 146 (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 | raid10.c | 889 struct bio *next = bio->bi_next; in flush_pending_writes() 1105 struct bio *next = bio->bi_next; in raid10_unplug() 3430 bio->bi_next = biolist; in raid10_sync_request() 3455 bio->bi_next = biolist; in raid10_sync_request() 3476 bio->bi_next = biolist; in raid10_sync_request() 3631 bio->bi_next = biolist; in raid10_sync_request() 3652 bio->bi_next = biolist; in raid10_sync_request() 3691 for (bio= biolist ; bio ; bio=bio->bi_next) { in raid10_sync_request() 3753 biolist = biolist->bi_next; in raid10_sync_request() 3755 bio->bi_next = NULL; in raid10_sync_request() [all …]
|
H A D | raid1-10.c | 121 bio->bi_next = NULL; in raid1_submit_write()
|
H A D | dm-rq.c | 85 bool is_last = !clone->bi_next; in end_clone_bio()
|
H A D | dm-raid1.c | 169 return (struct mirror *) bio->bi_next; in bio_get_m() 174 bio->bi_next = (struct bio *) m; in bio_set_m()
|
H A D | raid5.c | 3453 bip = &(*bip)->bi_next; in stripe_bio_overlaps() 3508 bip = &(*bip)->bi_next; in __add_stripe_bio() 3513 BUG_ON(*bip && bi->bi_next && (*bip) != bi->bi_next); in __add_stripe_bio() 3515 bi->bi_next = *bip; in __add_stripe_bio() 5335 bi->bi_next = conf->retry_read_aligned_list; in add_bio_to_retry() 5355 conf->retry_read_aligned_list = bi->bi_next; in remove_bio_from_retry() 5356 bi->bi_next = NULL; in remove_bio_from_retry() 5372 struct md_rdev *rdev = (void *)raid_bi->bi_next; in raid5_align_endio() 5378 raid_bi->bi_next = NULL; in raid5_align_endio() 5434 raid_bio->bi_next = (void *)rdev; in raid5_read_one_chunk() [all …]
|
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 | dm-integrity.c | 2763 struct bio *next = flushes->bi_next; in integrity_commit() 2765 flushes->bi_next = NULL; in integrity_commit()
|
H A D | raid1.c | 907 struct bio *next = bio->bi_next; in flush_bio_list()
|
/linux/drivers/nvme/host/ |
H A D | multipath.c | 157 for (bio = req->bio; bio; bio = bio->bi_next) { in nvme_failover_req() 674 next = bio->bi_next; in nvme_requeue_work() 675 bio->bi_next = NULL; in nvme_requeue_work()
|
H A D | tcp.c | 378 req->curr_bio = req->curr_bio->bi_next; in nvme_tcp_advance_req() 926 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/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 | 769 it->bio = it->bio->bi_next; in ceph_msg_data_bio_advance()
|
/linux/drivers/block/ |
H A D | loop.c | 309 bio = bio->bi_next; in lo_complete_rq()
|
H A D | nbd.c | 739 struct bio *next = bio->bi_next; in nbd_send_cmd()
|