Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbio.h556 for (bio = (bl)->head; bio; bio = bio->bi_next)
571 bio->bi_next = NULL; in bio_list_add()
574 bl->tail->bi_next = bio; in bio_list_add()
583 bio->bi_next = bl->head; in bio_list_add_head()
597 bl->tail->bi_next = bl2->head; in bio_list_merge()
611 bl2->tail->bi_next = bl->head; in bio_list_merge_head()
628 bl->head = bl->head->bi_next; in bio_list_pop()
632 bio->bi_next = NULL; in bio_list_pop()
Dblk_types.h47 struct bio *bi_next; /* request queue link */ member
Dblkdev.h768 for (; _bio; _bio = _bio->bi_next)
771 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next)
778 (_iter.bio->bi_next == NULL && \
/linux-4.1.27/drivers/block/
Dumem.c353 card->bio = card->bio->bi_next; in add_bio()
356 card->currentbio->bi_next = NULL; in add_bio()
380 if ((p->biotail) != &bio->bi_next) { in add_bio()
382 p->biotail = &(bio->bi_next); in add_bio()
383 bio->bi_next = NULL; in add_bio()
448 page->bio = bio->bi_next; in process_page()
476 bio->bi_next = return_bio; in process_page()
506 return_bio = bio->bi_next; in process_page()
507 bio->bi_next = NULL; in process_page()
536 bio->bi_next = NULL; in mm_make_request()
[all …]
Dosdblk.c258 chain = chain->bi_next; in bio_chain_put()
275 tmp->bi_next = NULL; in bio_chain_clone()
280 tail->bi_next = tmp; in bio_chain_clone()
284 old_chain = old_chain->bi_next; in bio_chain_clone()
Drbd.c1240 chain = chain->bi_next; in bio_chain_put()
1269 chain = chain->bi_next; in zero_bio_chain()
1370 end = &bio->bi_next; in bio_chain_clone_range()
1374 bi = bi->bi_next; in bio_chain_clone_range()
/linux-4.1.27/block/
Dblk-merge.c112 struct bio *nxt = bio->bi_next; in blk_recount_segments()
114 bio->bi_next = NULL; in blk_recount_segments()
116 bio->bi_next = nxt; in blk_recount_segments()
434 for (bio = rq->bio; bio; bio = bio->bi_next) { in blk_rq_set_mixed_merge()
517 req->biotail->bi_next = next->bio; in attempt_merge()
Dblk-map.c20 rq->biotail->bi_next = bio; in blk_rq_append_bio()
160 bio = bio->bi_next; in blk_rq_unmap_user()
Dblk-integrity.c214 struct bio *next = bio->bi_next; in blk_integrity_merge_bio()
225 bio->bi_next = NULL; in blk_integrity_merge_bio()
227 bio->bi_next = next; in blk_integrity_merge_bio()
Dblk-core.c1475 req->biotail->bi_next = bio; in bio_attempt_back_merge()
1497 bio->bi_next = req->bio; in bio_attempt_front_merge()
1941 BUG_ON(bio->bi_next); in generic_make_request()
2130 for (bio = rq->bio; bio; bio = bio->bi_next) { in blk_rq_err_bytes()
2507 req->bio = bio->bi_next; in blk_update_request()
2919 rq->bio = bio->bi_next; in blk_rq_unprep_clone()
2980 rq->biotail->bi_next = bio; in blk_rq_prep_clone()
Dbio.c987 src = src->bi_next; in bio_copy_data()
995 dst = dst->bi_next; in bio_copy_data()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlloop.c216 for (bio = head; bio != NULL; bio = bio->bi_next) { in do_bio_lustrebacked()
276 lo->lo_biotail->bi_next = bio; in loop_add_bio()
321 bio = &(*bio)->bi_next; in loop_get_bio()
377 struct bio *tmp = bio->bi_next; in loop_handle_bio()
378 bio->bi_next = NULL; in loop_handle_bio()
/linux-4.1.27/drivers/md/
Ddm-delay.c69 n = bio->bi_next; in flush_bios()
70 bio->bi_next = NULL; in flush_bios()
Draid10.c955 struct bio *next = bio->bi_next; in flush_pending_writes()
956 bio->bi_next = NULL; in flush_pending_writes()
1131 struct bio *next = bio->bi_next; in raid10_unplug()
1132 bio->bi_next = NULL; in raid10_unplug()
3120 bio->bi_next = biolist; in sync_request()
3146 bio->bi_next = biolist; in sync_request()
3175 bio->bi_next = biolist; in sync_request()
3295 bio->bi_next = biolist; in sync_request()
3317 bio->bi_next = biolist; in sync_request()
3356 for (bio= biolist ; bio ; bio=bio->bi_next) { in sync_request()
[all …]
Ddm-snap.c1371 n = bio->bi_next; in flush_bios()
1372 bio->bi_next = NULL; in flush_bios()
1389 n = bio->bi_next; in retry_origin_bios()
1390 bio->bi_next = NULL; in retry_origin_bios()
1406 n = bio->bi_next; in error_bios()
1407 bio->bi_next = NULL; in error_bios()
Draid5.c142 return bio->bi_next; in r5_next_bio()
231 return_bi = bi->bi_next; in return_io()
232 bi->bi_next = NULL; in return_io()
1194 rbi->bi_next = return_bi; in ops_complete_biofill()
2985 bip = & (*bip)->bi_next; in add_stripe_bio()
2993 BUG_ON(*bip && bi->bi_next && (*bip) != bi->bi_next); in add_stripe_bio()
2995 bi->bi_next = *bip; in add_stripe_bio()
3119 bi->bi_next = *return_bi; in handle_failed_stripe()
3143 bi->bi_next = *return_bi; in handle_failed_stripe()
3167 bi->bi_next = *return_bi; in handle_failed_stripe()
[all …]
Ddm-raid1.c163 return (struct mirror *) bio->bi_next; in bio_get_m()
168 bio->bi_next = (struct bio *) m; in bio_set_m()
Ddm-region-hash.c530 for (bio = bios->head; bio; bio = bio->bi_next) { in dm_rh_inc_pending()
Draid1.c791 struct bio *next = bio->bi_next; in flush_pending_writes()
792 bio->bi_next = NULL; in flush_pending_writes()
1066 struct bio *next = bio->bi_next; in raid1_unplug()
1067 bio->bi_next = NULL; in raid1_unplug()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_req.h269 bio->bi_next = NULL; in drbd_req_make_private_bio()
Ddrbd_receiver.c1424 bio->bi_next = bios; in drbd_submit_peer_request()
1463 bios = bios->bi_next; in drbd_submit_peer_request()
1464 bio->bi_next = NULL; in drbd_submit_peer_request()
1473 bios = bios->bi_next; in drbd_submit_peer_request()
/linux-4.1.27/drivers/target/
Dtarget_core_pscsi.c934 tbio = tbio->bi_next = bio; in pscsi_map_sg()
970 *hbio = (*hbio)->bi_next; in pscsi_map_sg()
1058 hbio = hbio->bi_next; in pscsi_execute_cmd()
/linux-4.1.27/drivers/block/aoe/
Daoedev.c174 d->ip.nxbio = bio->bi_next; in aoe_failip()
Daoecmd.c935 bio = bio->bi_next; in nextbuf()
/linux-4.1.27/fs/btrfs/
Dvolumes.c234 tail->bi_next = old_head; in requeue_list()
342 pending = pending->bi_next; in run_scheduled_bios()
343 cur->bi_next = NULL; in run_scheduled_bios()
5694 WARN_ON(bio->bi_next); in btrfs_schedule_bio()
5695 bio->bi_next = NULL; in btrfs_schedule_bio()
5705 pending_bios->tail->bi_next = bio; in btrfs_schedule_bio()
Draid56.c865 next = cur->bi_next; in rbio_orig_end_io()
866 cur->bi_next = NULL; in rbio_orig_end_io()
/linux-4.1.27/fs/exofs/
Dore.c873 bio->bi_next = NULL; in _write_mirror()
/linux-4.1.27/drivers/scsi/osd/
Dosd_initiator.c977 bio->bi_next = or->out.bio; in _osd_req_finalize_cdb_cont()
/linux-4.1.27/net/ceph/
Dmessenger.c899 bio = bio->bi_next; in ceph_msg_data_bio_advance()
/linux-4.1.27/Documentation/block/
Dbiodoc.txt432 struct bio *bi_next; /* request queue link */