Home
last modified time | relevance | path

Searched refs:spdk_bdev_read (Results 1 – 11 of 11) sorted by relevance

/spdk/module/bdev/raid/
H A Dbdev_raid_sb.c216 rc = spdk_bdev_read(ctx->desc, ctx->ch, ctx->buf + buf_size_prev, buf_size_prev, in raid_bdev_read_sb_remainder()
298 rc = spdk_bdev_read(desc, ch, ctx->buf, 0, ctx->buf_size, raid_bdev_read_sb_cb, ctx); in raid_bdev_load_base_bdev_superblock()
/spdk/module/bdev/gpt/
H A Dvbdev_gpt.c452 return spdk_bdev_read(part_base_desc, gpt_base->ch, gpt_base->gpt.buf, secondary_offset, in vbdev_gpt_read_secondary_table()
534 rc = spdk_bdev_read(part_base_desc, gpt_base->ch, gpt_base->gpt.buf, 0, in vbdev_gpt_read_gpt()
/spdk/test/external_code/hello_world/
H A Dhello_bdev.c85 rc = spdk_bdev_read(hello_context->bdev_desc, hello_context->bdev_io_channel, in hello_read()
/spdk/examples/bdev/hello_world/
H A Dhello_bdev.c85 rc = spdk_bdev_read(hello_context->bdev_desc, hello_context->bdev_io_channel, in hello_read()
/spdk/doc/
H A Dbdev_pg.md106 the various I/O submission functions such as spdk_bdev_read(). These calls each
114 I/O submission is performed by calling functions such as spdk_bdev_read() or
/spdk/test/unit/lib/bdev/raid/bdev_raid_sb.c/
H A Dbdev_raid_sb_ut.c104 spdk_bdev_read(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_read() function
/spdk/module/bdev/ocf/
H A Dvolume.c
/spdk/test/lvol/esnap/
H A Desnap.c201 spdk_bdev_read(desc, ch, buf, block * blocklen, sizeof(buf), io_done, &err); in _verify()
/spdk/lib/nbd/
H A Dnbd.c499 rc = spdk_bdev_read(desc, ch, io->payload, from_be64(&io->req.from), in nbd_submit_bdev_io()
/spdk/test/bdev/bdevio/
H A Dbdevio.c396 rc = spdk_bdev_read(target->bdev_desc, target->ch, req->buf, req->offset, in __blockdev_read()
/spdk/test/unit/lib/bdev/bdev.c/
H A Dbdev_ut.c4614 CU_ASSERT(spdk_bdev_read(desc, io_ch, (void *)0x1000, 0, 4096, io_done, NULL) == 0); in bdev_set_io_timeout()
4756 CU_ASSERT(spdk_bdev_read(desc, io_ch, (void *)0x1000, 0, 4096, io_done, NULL) == 0); in bdev_set_qd_sampling()
7656 CU_ASSERT(spdk_bdev_read(desc, io_ch, (void *)0x1000, 0, 4096, io_done, NULL) == 0);