Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock-copy.h45 int coroutine_fn block_copy(BlockCopyState *s, int64_t offset, int64_t bytes,
/openbmc/qemu/block/
H A Dcopy-before-write.c132 ret = block_copy(s->bcs, off, end - off, true, s->cbw_timeout_ns, in cbw_do_copy_before_write()
H A Dblock-copy.c923 int coroutine_fn block_copy(BlockCopyState *s, int64_t start, int64_t bytes, in block_copy() function