Home
last modified time | relevance | path

Searched refs:spdk_bdev_write (Results 1 – 10 of 10) sorted by relevance

/spdk/test/external_code/hello_world/
H A Dhello_bdev.c139 rc = spdk_bdev_write(hello_context->bdev_desc, hello_context->bdev_io_channel, in hello_write()
/spdk/examples/bdev/hello_world/
H A Dhello_bdev.c139 rc = spdk_bdev_write(hello_context->bdev_desc, hello_context->bdev_io_channel, in hello_write()
/spdk/test/unit/lib/bdev/raid/bdev_raid_sb.c/
H A Dbdev_raid_sb_ut.c130 spdk_bdev_write(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_write() function
/spdk/module/bdev/ocf/
H A Dvolume.c
/spdk/module/bdev/raid/
H A Dbdev_raid_sb.c358 rc = spdk_bdev_write(base_info->desc, base_info->app_thread_ch, in _raid_bdev_write_superblock()
/spdk/doc/
H A Dbdev_pg.md115 spdk_bdev_write(). These functions take as an argument a pointer to a region of
/spdk/test/lvol/esnap/
H A Desnap.c171 spdk_bdev_write(desc, ch, buf, start * blocklen, sizeof(buf), io_done, &err); in scribble()
/spdk/lib/nbd/
H A Dnbd.c503 rc = spdk_bdev_write(desc, ch, io->payload, from_be64(&io->req.from), in nbd_submit_bdev_io()
/spdk/test/bdev/bdevio/
H A Dbdevio.c238 rc = spdk_bdev_write(target->bdev_desc, target->ch, req->buf, req->offset, in __blockdev_write()
/spdk/test/unit/lib/bdev/bdev.c/
H A Dbdev_ut.c4616 CU_ASSERT(spdk_bdev_write(desc, io_ch, (void *)0x2000, 0, 4096, io_done, NULL) == 0); in bdev_set_io_timeout()
4758 CU_ASSERT(spdk_bdev_write(desc, io_ch, (void *)0x2000, 0, 4096, io_done, NULL) == 0); in bdev_set_qd_sampling()
4813 CU_ASSERT(spdk_bdev_write(desc, io_ch, (void *)0x2000, 0, 4096, io_done, NULL) == 0); in bdev_set_qd_sampling()