/spdk/test/external_code/hello_world/ |
H A D | hello_bdev.c | 95 spdk_bdev_queue_io_wait(hello_context->bdev, hello_context->bdev_io_channel, in hello_read() 149 spdk_bdev_queue_io_wait(hello_context->bdev, hello_context->bdev_io_channel, in hello_write() 200 spdk_bdev_queue_io_wait(hello_context->bdev, hello_context->bdev_io_channel, in hello_reset_zone()
|
/spdk/examples/bdev/hello_world/ |
H A D | hello_bdev.c | 95 spdk_bdev_queue_io_wait(hello_context->bdev, hello_context->bdev_io_channel, in hello_read() 149 spdk_bdev_queue_io_wait(hello_context->bdev, hello_context->bdev_io_channel, in hello_write() 200 spdk_bdev_queue_io_wait(hello_context->bdev, hello_context->bdev_io_channel, in hello_reset_zone()
|
/spdk/lib/ftl/ |
H A D | ftl_band_ops.c | 58 spdk_bdev_queue_io_wait(bdev, dev->base_ioch, &rq->io.bdev_io_wait); in ftl_band_rq_bdev_write() 128 spdk_bdev_queue_io_wait(bdev, dev->base_ioch, &entry->bdev_io.wait_entry); in ftl_band_rq_bdev_read() 190 spdk_bdev_queue_io_wait(bdev, dev->base_ioch, &brq->io.bdev_io_wait); in ftl_band_brq_bdev_write() 250 spdk_bdev_queue_io_wait(bdev, dev->base_ioch, &brq->io.bdev_io_wait); in ftl_band_brq_bdev_read()
|
H A D | ftl_l2p_cache.c | 655 rc = spdk_bdev_queue_io_wait(bdev, ftl_l2p_cache_get_bdev_iochannel(cache), bdev_io_wait); in process_page_out() 1273 rc = spdk_bdev_queue_io_wait(bdev, ioch, bdev_io_wait); in page_in_io() 1459 rc = spdk_bdev_queue_io_wait(bdev, ioch, bdev_io_wait); in page_out_io()
|
H A D | ftl_nv_cache.c | 815 spdk_bdev_queue_io_wait(bdev, dev->nv_cache.cache_ioch, &entry->bdev_io.wait_entry); in get_chunk_for_compaction() 877 spdk_bdev_queue_io_wait(bdev, nv_cache->cache_ioch, wait_entry); in compaction_process_invalidate_entry() 1845 spdk_bdev_queue_io_wait(bdev, nv_cache->cache_ioch, &brq->io.bdev_io_wait); in ftl_chunk_basic_rq_read()
|
H A D | ftl_core.c | 272 spdk_bdev_queue_io_wait(bdev, ch, &io->bdev_io_wait); in ftl_submit_read()
|
/spdk/lib/ftl/utils/ |
H A D | ftl_md.c | 565 spdk_bdev_queue_io_wait(bdev, region->ioch, &md->io.bdev_io_wait); in read_write_blocks() 712 spdk_bdev_queue_io_wait(bdev, md->region->ioch, &ctx->bdev_io_wait); in ftl_md_persist_entry_write_blocks() 831 spdk_bdev_queue_io_wait(bdev, md->region->ioch, &ctx->bdev_io_wait); in ftl_md_read_entry_read_blocks()
|
/spdk/test/unit/lib/bdev/compress.c/ |
H A D | compress_ut.c | 88 DEFINE_STUB(spdk_bdev_queue_io_wait, int, (struct spdk_bdev *bdev, struct spdk_io_channel *ch,
|
/spdk/module/bdev/split/ |
H A D | vbdev_split.c | 112 rc = spdk_bdev_queue_io_wait(split_io->bdev_io->bdev, in vbdev_split_queue_io()
|
/spdk/test/unit/lib/bdev/raid/bdev_raid_sb.c/ |
H A D | bdev_raid_sb_ut.c | 16 DEFINE_STUB(spdk_bdev_queue_io_wait, int, (struct spdk_bdev *bdev, struct spdk_io_channel *ch,
|
/spdk/module/bdev/raid/ |
H A D | bdev_raid_sb.c | 368 spdk_bdev_queue_io_wait(bdev, base_info->app_thread_ch, &ctx->wait_entry); in _raid_bdev_write_superblock()
|
/spdk/module/bdev/gpt/ |
H A D | vbdev_gpt.c | 168 rc = spdk_bdev_queue_io_wait(io->bdev_io->bdev, in vbdev_gpt_queue_io()
|
/spdk/module/bdev/nvme/ |
H A D | vbdev_opal.c | 144 rc = spdk_bdev_queue_io_wait(io_ctx->bdev_io->bdev, ch->part_ch.base_ch, &io_ctx->bdev_io_wait); in vbdev_opal_queue_io()
|
/spdk/test/unit/lib/ftl/ftl_band.c/ |
H A D | ftl_band_ut.c | 125 DEFINE_STUB(spdk_bdev_queue_io_wait, int, (struct spdk_bdev *bdev, struct spdk_io_channel *ch,
|
/spdk/test/external_code/passthru/ |
H A D | vbdev_passthru.c | 208 rc = spdk_bdev_queue_io_wait(bdev_io->bdev, pt_ch->base_ch, &io_ctx->bdev_io_wait); in vbdev_passthru_queue_io()
|
/spdk/module/bdev/passthru/ |
H A D | vbdev_passthru.c | 212 rc = spdk_bdev_queue_io_wait(bdev_io->bdev, pt_ch->base_ch, &io_ctx->bdev_io_wait); in vbdev_passthru_queue_io()
|
/spdk/test/unit/lib/blob/blob_bdev.c/ |
H A D | blob_bdev_ut.c | 18 DEFINE_STUB(spdk_bdev_queue_io_wait, int,
|
/spdk/module/blob/bdev/ |
H A D | blob_bdev.c | 100 rc = spdk_bdev_queue_io_wait(bdev, channel, &ctx->bdev_io_wait); in bdev_blob_queue_io()
|
/spdk/test/unit/lib/bdev/crypto.c/ |
H A D | crypto_ut.c | 30 DEFINE_STUB(spdk_bdev_queue_io_wait, int, (struct spdk_bdev *bdev, struct spdk_io_channel *ch,
|
/spdk/test/unit/lib/vhost/vhost.c/ |
H A D | vhost_ut.c | 115 DEFINE_STUB(spdk_bdev_queue_io_wait, int, (struct spdk_bdev *bdev, struct spdk_io_channel *ch,
|
/spdk/test/unit/lib/ftl/ftl_p2l.c/ |
H A D | ftl_p2l_ut.c | 84 DEFINE_STUB(spdk_bdev_queue_io_wait, int, (struct spdk_bdev *bdev, struct spdk_io_channel *ch,
|
/spdk/module/bdev/crypto/ |
H A D | vbdev_crypto.c | 224 rc = spdk_bdev_queue_io_wait(bdev_io->bdev, crypto_io->crypto_ch->base_ch, in vbdev_crypto_queue_io()
|
/spdk/module/bdev/delay/ |
H A D | vbdev_delay.c | 252 rc = spdk_bdev_queue_io_wait(bdev_io->bdev, delay_ch->base_ch, &io_ctx->bdev_io_wait); in vbdev_delay_queue_io()
|
/spdk/module/bdev/compress/ |
H A D | vbdev_compress.c | 827 rc = spdk_bdev_queue_io_wait(waitq_entry->bdev, comp_bdev->base_ch, waitq_entry);
|
/spdk/lib/nbd/ |
H A D | nbd.c | 483 rc = spdk_bdev_queue_io_wait(bdev, io->nbd->ch, &io->bdev_io_wait); in nbd_queue_io()
|