Searched refs:block_copy (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block-copy.h | 46 int coroutine_fn block_copy(BlockCopyState *s, int64_t offset, int64_t bytes,
|
/openbmc/qemu/block/ |
H A D | copy-before-write.c | 133 ret = block_copy(s->bcs, off, end - off, true, s->cbw_timeout_ns, in cbw_do_copy_before_write()
|
H A D | block-copy.c | 939 int coroutine_fn block_copy(BlockCopyState *s, int64_t start, int64_t bytes, in block_copy() function
|