/linux-2.6.39/include/linux/ |
D | bio.h | 397 for (bio = (bl)->head; bio; bio = bio->bi_next) 412 bio->bi_next = NULL; in bio_list_add() 415 bl->tail->bi_next = bio; in bio_list_add() 424 bio->bi_next = bl->head; in bio_list_add_head() 438 bl->tail->bi_next = bl2->head; in bio_list_merge() 452 bl2->tail->bi_next = bl->head; in bio_list_merge_head() 469 bl->head = bl->head->bi_next; in bio_list_pop() 473 bio->bi_next = NULL; in bio_list_pop()
|
D | blk_types.h | 36 struct bio *bi_next; /* request queue link */ member
|
D | blkdev.h | 624 for (; _bio; _bio = _bio->bi_next) 627 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next) 634 (_iter.bio->bi_next == NULL && _iter.i == _iter.bio->bi_vcnt-1)
|
/linux-2.6.39/block/ |
D | blk-merge.c | 78 struct bio *nxt = bio->bi_next; in blk_recount_segments() 80 bio->bi_next = NULL; in blk_recount_segments() 82 bio->bi_next = nxt; in blk_recount_segments() 339 for (bio = rq->bio; bio; bio = bio->bi_next) { in blk_rq_set_mixed_merge() 427 req->biotail->bi_next = next->bio; in attempt_merge()
|
D | blk-integrity.c | 202 struct bio *next = bio->bi_next; in blk_integrity_merge_bio() 204 bio->bi_next = NULL; in blk_integrity_merge_bio() 206 bio->bi_next = next; in blk_integrity_merge_bio()
|
D | blk-map.c | 20 rq->biotail->bi_next = bio; in blk_rq_append_bio() 269 bio = bio->bi_next; in blk_rq_unmap_user()
|
D | blk-core.c | 1129 req->biotail->bi_next = bio; in bio_attempt_back_merge() 1162 bio->bi_next = req->bio; in bio_attempt_front_merge() 1611 BUG_ON(bio->bi_next); in generic_make_request() 1778 for (bio = rq->bio; bio; bio = bio->bi_next) { in blk_rq_err_bytes() 2080 req->bio = bio->bi_next; in blk_update_request() 2540 rq->bio = bio->bi_next; in blk_rq_unprep_clone() 2609 rq->biotail->bi_next = bio; in blk_rq_prep_clone()
|
/linux-2.6.39/drivers/target/ |
D | target_core_iblock.c | 416 nbio = bio->bi_next; in iblock_do_task() 417 bio->bi_next = NULL; in iblock_do_task() 448 hbio = hbio->bi_next; in iblock_free_task() 449 bio->bi_next = NULL; in iblock_free_task() 672 tbio = tbio->bi_next = bio; in iblock_map_task_SG() 692 hbio = hbio->bi_next; in iblock_map_task_SG() 693 bio->bi_next = NULL; in iblock_map_task_SG()
|
D | target_core_pscsi.c | 1185 tbio = tbio->bi_next = bio; in __pscsi_map_task_SG() 1258 hbio = hbio->bi_next; in __pscsi_map_task_SG() 1259 bio->bi_next = NULL; in __pscsi_map_task_SG()
|
/linux-2.6.39/drivers/block/ |
D | umem.c | 357 card->bio = card->bio->bi_next; in add_bio() 360 card->currentbio->bi_next = NULL; in add_bio() 385 if ((p->biotail) != &bio->bi_next) { in add_bio() 387 p->biotail = &(bio->bi_next); in add_bio() 388 bio->bi_next = NULL; in add_bio() 452 page->bio = bio->bi_next; in process_page() 480 bio->bi_next = return_bio; in process_page() 510 return_bio = bio->bi_next; in process_page() 511 bio->bi_next = NULL; in process_page() 524 bio->bi_next = NULL; in mm_make_request() [all …]
|
D | osdblk.c | 258 chain = chain->bi_next; in bio_chain_put() 276 tmp->bi_next = NULL; in bio_chain_clone() 281 tail->bi_next = tmp; in bio_chain_clone() 285 old_chain = old_chain->bi_next; in bio_chain_clone()
|
D | rbd.c | 642 chain = chain->bi_next; in bio_chain_put() 670 chain = chain->bi_next; in zero_bio_chain() 718 *next = old_chain->bi_next; in bio_chain_clone() 723 tmp->bi_next = NULL; in bio_chain_clone() 728 tail->bi_next = tmp; in bio_chain_clone() 731 old_chain = old_chain->bi_next; in bio_chain_clone() 739 tail->bi_next = NULL; in bio_chain_clone()
|
/linux-2.6.39/drivers/md/ |
D | dm-delay.c | 73 n = bio->bi_next; in flush_bios() 74 bio->bi_next = NULL; in flush_bios()
|
D | raid10.c | 628 struct bio *next = bio->bi_next; in flush_pending_writes() 629 bio->bi_next = NULL; in flush_pending_writes() 1339 tbio->bi_next = NULL; in sync_request_write() 1917 bio->bi_next = biolist; in sync_request() 1934 bio->bi_next = biolist; in sync_request() 2010 bio->bi_next = biolist; in sync_request() 2033 for (bio = biolist; bio ; bio=bio->bi_next) { in sync_request() 2055 for (bio= biolist ; bio ; bio=bio->bi_next) { in sync_request() 2061 for (bio2 = biolist; bio2 && bio2 != bio; bio2 = bio2->bi_next) { in sync_request() 2079 biolist = biolist->bi_next; in sync_request() [all …]
|
D | dm-snap.c | 1321 n = bio->bi_next; in flush_bios() 1322 bio->bi_next = NULL; in flush_bios() 1339 n = bio->bi_next; in retry_origin_bios() 1340 bio->bi_next = NULL; in retry_origin_bios() 1356 n = bio->bi_next; in error_bios() 1357 bio->bi_next = NULL; in error_bios()
|
D | raid5.c | 83 … sect) ( ( (bio)->bi_sector + ((bio)->bi_size>>9) < sect + STRIPE_SECTORS) ? (bio)->bi_next : NULL) 179 return_bi = bi->bi_next; in return_io() 180 bi->bi_next = NULL; in return_io() 550 bi->bi_next = NULL; in ops_run_io() 654 rbi->bi_next = return_bi; in ops_complete_biofill() 2164 bip = & (*bip)->bi_next; in add_stripe_bio() 2169 BUG_ON(*bip && bi->bi_next && (*bip) != bi->bi_next); in add_stripe_bio() 2171 bi->bi_next = *bip; in add_stripe_bio() 2265 bi->bi_next = *return_bi; in handle_failed_stripe() 2280 bi->bi_next = *return_bi; in handle_failed_stripe() [all …]
|
D | raid1.c | 559 struct bio *next = bio->bi_next; in flush_pending_writes() 560 bio->bi_next = NULL; in flush_pending_writes() 1269 sbio->bi_next = NULL; in sync_request_write() 1708 bio->bi_next = NULL; in sync_request()
|
D | dm-raid1.c | 164 return (struct mirror *) bio->bi_next; in bio_get_m() 169 bio->bi_next = (struct bio *) m; in bio_set_m()
|
D | dm-region-hash.c | 526 for (bio = bios->head; bio; bio = bio->bi_next) { in dm_rh_inc_pending()
|
/linux-2.6.39/drivers/block/drbd/ |
D | drbd_req.h | 277 bio->bi_next = NULL; in drbd_req_make_private_bio()
|
D | drbd_receiver.c | 1118 bio->bi_next = bios; in drbd_submit_ee() 1148 bios = bios->bi_next; in drbd_submit_ee() 1149 bio->bi_next = NULL; in drbd_submit_ee() 1158 bios = bios->bi_next; in drbd_submit_ee()
|
/linux-2.6.39/drivers/staging/brcm80211/brcmfmac/ |
D | dhd_common.c | 1442 wl_bss_info_t UNALIGNED *bi, *bi_new, *bi_next; in dhd_iscan_delete_bss() local 1508 bi_next = in dhd_iscan_delete_bss() 1517 bi = bi_next; in dhd_iscan_delete_bss() 1548 wl_bss_info_t UNALIGNED *bi, *bi_new, *bi_next; in dhd_iscan_remove_duplicates() local
|
/linux-2.6.39/fs/btrfs/ |
D | volumes.c | 128 tail->bi_next = old_head; in requeue_list() 235 pending = pending->bi_next; in run_scheduled_bios() 236 cur->bi_next = NULL; in run_scheduled_bios() 3335 WARN_ON(bio->bi_next); in schedule_bio() 3336 bio->bi_next = NULL; in schedule_bio() 3346 pending_bios->tail->bi_next = bio; in schedule_bio()
|
/linux-2.6.39/fs/exofs/ |
D | ios.c | 575 bio->bi_next = NULL; in _sbi_write_mirror()
|
/linux-2.6.39/drivers/staging/hv/ |
D | blkvsc_drv.c | 931 for (bio = req->bio; bio; bio = bio->bi_next) { in blkvsc_do_request()
|