Home
last modified time | relevance | path

Searched refs:bi_next (Results 1 – 25 of 26) sorted by relevance

12

/linux/include/linux/
H A Dbio.h524 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 Dblk-mq.h1056 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next)
1067 (_iter.bio->bi_next == NULL && \
H A Dblk_types.h215 struct bio *bi_next; /* request queue link */ member
/linux/drivers/md/dm-vdo/
H A Dio-submitter.c171 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 Dblk-mq-dma.c46 if (!iter->bio->bi_next) in blk_map_iter_next()
48 iter->bio = iter->bio->bi_next; in blk_map_iter_next()
H A Dblk-merge.c618 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 Dblk-cgroup.c225 if (bios.head && bios.head->bi_next) { in blkg_async_bio_workfn()
/linux/include/linux/ceph/
H A Dmessenger.h144 if (!(it)->iter.bi_size && (it)->bio->bi_next) { \
146 (it)->bio = (it)->bio->bi_next; \
/linux/drivers/md/
H A Ddm-delay.c79 n = bio->bi_next; in flush_bios()
80 bio->bi_next = NULL; in flush_bios()
H A Draid10.c889 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 Draid1-10.c121 bio->bi_next = NULL; in raid1_submit_write()
H A Ddm-rq.c85 bool is_last = !clone->bi_next; in end_clone_bio()
H A Ddm-raid1.c169 return (struct mirror *) bio->bi_next; in bio_get_m()
174 bio->bi_next = (struct bio *) m; in bio_set_m()
H A Draid5.c3453 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 Ddm-region-hash.c533 for (bio = bios->head; bio; bio = bio->bi_next) { in dm_rh_inc_pending()
H A Ddm-integrity.c2763 struct bio *next = flushes->bi_next; in integrity_commit()
2765 flushes->bi_next = NULL; in integrity_commit()
H A Draid1.c907 struct bio *next = bio->bi_next; in flush_bio_list()
/linux/drivers/nvme/host/
H A Dmultipath.c157 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 Dtcp.c378 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 Daoedev.c174 d->ip.nxbio = bio->bi_next; in aoe_failip()
H A Daoecmd.c879 bio = bio->bi_next; in nextbuf()
/linux/drivers/block/drbd/
H A Ddrbd_receiver.c1510 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 Dmessenger.c769 it->bio = it->bio->bi_next; in ceph_msg_data_bio_advance()
/linux/drivers/block/
H A Dloop.c309 bio = bio->bi_next; in lo_complete_rq()
H A Dnbd.c739 struct bio *next = bio->bi_next; in nbd_send_cmd()

12