Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h115 int coroutine_fn blk_co_copy_range(BlockBackend *blk_in, int64_t off_in,
/openbmc/qemu/block/
H A Dblock-backend.c2859 int coroutine_fn blk_co_copy_range(BlockBackend *blk_in, int64_t off_in, in blk_co_copy_range() function
/openbmc/qemu/
H A Dqemu-img.c1959 ret = blk_co_copy_range(blk, offset, s->target, in convert_co_copy_range()