Home
last modified time | relevance | path

Searched refs:spdk_bdev_queue_io_wait (Results 1 – 25 of 34) sorted by relevance

12

/spdk/test/external_code/hello_world/
H A Dhello_bdev.c95 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 Dhello_bdev.c95 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 Dftl_band_ops.c58 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 Dftl_l2p_cache.c655 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 Dftl_nv_cache.c815 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 Dftl_core.c272 spdk_bdev_queue_io_wait(bdev, ch, &io->bdev_io_wait); in ftl_submit_read()
/spdk/lib/ftl/utils/
H A Dftl_md.c565 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 Dcompress_ut.c88 DEFINE_STUB(spdk_bdev_queue_io_wait, int, (struct spdk_bdev *bdev, struct spdk_io_channel *ch,
/spdk/module/bdev/split/
H A Dvbdev_split.c112 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 Dbdev_raid_sb_ut.c16 DEFINE_STUB(spdk_bdev_queue_io_wait, int, (struct spdk_bdev *bdev, struct spdk_io_channel *ch,
/spdk/module/bdev/raid/
H A Dbdev_raid_sb.c368 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 Dvbdev_gpt.c168 rc = spdk_bdev_queue_io_wait(io->bdev_io->bdev, in vbdev_gpt_queue_io()
/spdk/module/bdev/nvme/
H A Dvbdev_opal.c144 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 Dftl_band_ut.c125 DEFINE_STUB(spdk_bdev_queue_io_wait, int, (struct spdk_bdev *bdev, struct spdk_io_channel *ch,
/spdk/test/external_code/passthru/
H A Dvbdev_passthru.c208 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 Dvbdev_passthru.c212 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 Dblob_bdev_ut.c18 DEFINE_STUB(spdk_bdev_queue_io_wait, int,
/spdk/module/blob/bdev/
H A Dblob_bdev.c100 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 Dcrypto_ut.c30 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 Dvhost_ut.c115 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 Dftl_p2l_ut.c84 DEFINE_STUB(spdk_bdev_queue_io_wait, int, (struct spdk_bdev *bdev, struct spdk_io_channel *ch,
/spdk/module/bdev/crypto/
H A Dvbdev_crypto.c224 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 Dvbdev_delay.c252 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 Dvbdev_compress.c827 rc = spdk_bdev_queue_io_wait(waitq_entry->bdev, comp_bdev->base_ch, waitq_entry);
/spdk/lib/nbd/
H A Dnbd.c483 rc = spdk_bdev_queue_io_wait(bdev, io->nbd->ch, &io->bdev_io_wait); in nbd_queue_io()

12