Home
last modified time | relevance | path

Searched refs:bio_list_init (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-raid1.c681 bio_list_init(&sync); in do_writes()
682 bio_list_init(&nosync); in do_writes()
683 bio_list_init(&recover); in do_writes()
684 bio_list_init(&requeue); in do_writes()
843 bio_list_init(&ms->reads); in do_mirror()
844 bio_list_init(&ms->writes); in do_mirror()
845 bio_list_init(&ms->failures); in do_mirror()
875 bio_list_init(&ms->reads); in alloc_context()
876 bio_list_init(&ms->writes); in alloc_context()
877 bio_list_init(&ms->failures); in alloc_context()
[all …]
Ddm-thin.c470 bio_list_init(master); in __merge_bio_list()
486 bio_list_init(&bios); in error_thin_bio_list()
517 bio_list_init(&bios); in requeue_io()
777 bio_list_init(&info.defer_bios); in inc_remap_and_issue_cell()
778 bio_list_init(&info.issue_bios); in inc_remap_and_issue_cell()
1291 bio_list_init(&bios); in retry_bios_on_resume()
1449 bio_list_init(&info.defer_bios); in remap_and_issue_shared_cell()
1450 bio_list_init(&info.issue_bios); in remap_and_issue_shared_cell()
1757 bio_list_init(&bios); in __sort_thin_deferred_bios()
1759 bio_list_init(&tc->deferred_bio_list); in __sort_thin_deferred_bios()
[all …]
Ddm-bio-prison.c80 bio_list_init(&cell->bios); in __setup_new_cell()
236 bio_list_init(&bios); in dm_cell_error()
Ddm-cache-target.c1608 bio_list_init(&bios); in process_deferred_bios()
1612 bio_list_init(&cache->deferred_bios); in process_deferred_bios()
1647 bio_list_init(&bios); in process_deferred_flush_bios()
1651 bio_list_init(&cache->deferred_flush_bios); in process_deferred_flush_bios()
1667 bio_list_init(&bios); in process_deferred_writethrough_bios()
1671 bio_list_init(&cache->deferred_writethrough_bios); in process_deferred_writethrough_bios()
1812 bio_list_init(&bios); in requeue_deferred_io()
1814 bio_list_init(&cache->deferred_bios); in requeue_deferred_io()
2449 bio_list_init(&cache->deferred_bios); in cache_create()
2450 bio_list_init(&cache->deferred_flush_bios); in cache_create()
[all …]
Ddm-era-target.c1234 bio_list_init(&deferred_bios); in process_deferred_bios()
1235 bio_list_init(&marked_bios); in process_deferred_bios()
1239 bio_list_init(&era->deferred_bios); in process_deferred_bios()
1509 bio_list_init(&era->deferred_bios); in era_ctr()
Ddm-snap.c1167 bio_list_init(&s->bios_queued_during_merge); in snapshot_ctr()
1632 bio_list_init(&pe->origin_bios); in __find_pending_exception()
1633 bio_list_init(&pe->snapshot_bios); in __find_pending_exception()
Ddm-region-hash.c302 bio_list_init(&nreg->delayed_bios); in __rh_alloc()
Draid1.c2825 bio_list_init(&conf->pending_bio_list); in setup_conf()
/linux-4.1.27/fs/btrfs/
Draid56.c340 bio_list_init(&victim->bio_list); in merge_rbio()
964 bio_list_init(&rbio->bio_list); in alloc_rbio()
1180 bio_list_init(&bio_list); in finish_rmw()
1507 bio_list_init(&bio_list); in raid56_rmw_stripe()
2028 bio_list_init(&bio_list); in __raid56_parity_recover()
2318 bio_list_init(&bio_list); in finish_parity_scrub()
2573 bio_list_init(&bio_list); in raid56_parity_scrub_stripe()
/linux-4.1.27/drivers/target/
Dtarget_core_iblock.c491 bio_list_init(&list); in iblock_execute_write_same()
744 bio_list_init(&list); in iblock_execute_rw()
/linux-4.1.27/block/
Dbio.c360 bio_list_init(&punt); in punt_bios_to_rescuer()
361 bio_list_init(&nopunt); in punt_bios_to_rescuer()
1922 bio_list_init(&bs->rescue_list); in __bioset_create()
Dblk-throttle.c309 bio_list_init(&qn->bios); in throtl_qnode_init()
1272 bio_list_init(&bio_list_on_stack); in blk_throtl_dispatch_work_fn()
Dblk-core.c1942 bio_list_init(&bio_list_on_stack); in generic_make_request()
/linux-4.1.27/include/linux/
Dbio.h548 static inline void bio_list_init(struct bio_list *bl) in bio_list_init() function
/linux-4.1.27/drivers/block/
Dpktcdvd.c542 bio_list_init(&pkt->orig_bios); in pkt_alloc_packet_data()
2774 bio_list_init(&pd->iosched.read_queue); in pkt_setup_dev()
2775 bio_list_init(&pd->iosched.write_queue); in pkt_setup_dev()
Dps3vram.c638 bio_list_init(&priv->list); in ps3vram_probe()
Dxen-blkfront.c1494 bio_list_init(&bio_list); in blkif_recover()
/linux-4.1.27/drivers/md/bcache/
Djournal.c591 bio_list_init(&list); in journal_write_unlocked()