Searched refs:blk_co_pwritev (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/block/export/ |
H A D | virtio-blk-handler.c | 200 ret = blk_co_pwritev(blk, offset, qiov.size, &qiov, 0); in virtio_blk_process_req()
|
/openbmc/qemu/include/sysemu/ |
H A D | block-backend-io.h | 168 int coroutine_fn blk_co_pwritev(BlockBackend *blk, int64_t offset,
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 1451 return blk_co_pwritev(blk, offset, bytes, &qiov, flags); in blk_co_pwrite() 1454 int coroutine_fn blk_co_pwritev(BlockBackend *blk, int64_t offset, in blk_co_pwritev() function 2530 return blk_co_pwritev(blk, offset, bytes, NULL, in blk_co_pwrite_zeroes()
|
H A D | trace-events | 9 blk_co_pwritev(void *blk, void *bs, int64_t offset, int64_t bytes, int flags) "blk %p bs %p offset …
|
H A D | mirror.c | 268 ret = blk_co_pwritev(s->target, op->offset, op->qiov.size, &op->qiov, 0); in mirror_read_complete()
|