Home
last modified time | relevance | path

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

/qemu/include/sysemu/
H A Dblock-backend-io.h176 int coroutine_fn blk_co_pwritev_part(BlockBackend *blk, int64_t offset,
/qemu/block/
H A Dblock-backend.c1431 int coroutine_fn blk_co_pwritev_part(BlockBackend *blk, int64_t offset, in blk_co_pwritev_part() function
1462 return blk_co_pwritev_part(blk, offset, bytes, qiov, 0, flags); in blk_co_pwritev()
2599 return blk_co_pwritev_part(blk, offset, bytes, &qiov, 0, in blk_co_pwrite_compressed()
H A Dmirror.c1403 ret = blk_co_pwritev_part(job->target, offset, bytes, in do_sync_target_write()