Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock-copy.h41 void block_copy_reset(BlockCopyState *s, int64_t offset, int64_t bytes);
/openbmc/qemu/block/
H A Dblock-copy.c699 void block_copy_reset(BlockCopyState *s, int64_t offset, int64_t bytes) in block_copy_reset() function
732 block_copy_reset(s, offset, bytes); in block_copy_reset_unallocated()
H A Dcopy-before-write.c345 block_copy_reset(s->bcs, aligned_offset, aligned_bytes); in cbw_co_pdiscard_snapshot()