Searched refs:blk_co_pwritev_part (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | block-backend-io.h | 176 int coroutine_fn blk_co_pwritev_part(BlockBackend *blk, int64_t offset,
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 1428 int coroutine_fn blk_co_pwritev_part(BlockBackend *blk, int64_t offset, in blk_co_pwritev_part() function 1459 return blk_co_pwritev_part(blk, offset, bytes, qiov, 0, flags); in blk_co_pwritev() 2539 return blk_co_pwritev_part(blk, offset, bytes, &qiov, 0, in blk_co_pwrite_compressed()
|
H A D | mirror.c | 1403 ret = blk_co_pwritev_part(job->target, offset, bytes, in do_sync_target_write()
|