Searched refs:spdk_bdev_write (Results 1 – 10 of 10) sorted by relevance
| /spdk/test/external_code/hello_world/ |
| H A D | hello_bdev.c | 139 rc = spdk_bdev_write(hello_context->bdev_desc, hello_context->bdev_io_channel, in hello_write()
|
| /spdk/examples/bdev/hello_world/ |
| H A D | hello_bdev.c | 139 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 D | bdev_raid_sb_ut.c | 130 spdk_bdev_write(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_write() function
|
| /spdk/module/bdev/ocf/ |
| H A D | volume.c | |
| /spdk/module/bdev/raid/ |
| H A D | bdev_raid_sb.c | 358 rc = spdk_bdev_write(base_info->desc, base_info->app_thread_ch, in _raid_bdev_write_superblock()
|
| /spdk/doc/ |
| H A D | bdev_pg.md | 115 spdk_bdev_write(). These functions take as an argument a pointer to a region of
|
| /spdk/test/lvol/esnap/ |
| H A D | esnap.c | 171 spdk_bdev_write(desc, ch, buf, start * blocklen, sizeof(buf), io_done, &err); in scribble()
|
| /spdk/lib/nbd/ |
| H A D | nbd.c | 503 rc = spdk_bdev_write(desc, ch, io->payload, from_be64(&io->req.from), in nbd_submit_bdev_io()
|
| /spdk/test/bdev/bdevio/ |
| H A D | bdevio.c | 238 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 D | bdev_ut.c | 4616 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()
|