Home
last modified time | relevance | path

Searched refs:blk_co_pwrite (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/system/
H A Dblock-backend-io.h170 int coroutine_fn blk_co_pwrite(BlockBackend *blk, int64_t offset, int64_t bytes,
/openbmc/qemu/block/
H A Dcommit.c174 ret = blk_co_pwrite(s->base, offset, bytes, buf, 0); in commit_iteration()
H A Dblock-backend.c1457 int coroutine_fn blk_co_pwrite(BlockBackend *blk, int64_t offset, int64_t bytes, in blk_co_pwrite() function