Home
last modified time | relevance | path

Searched refs:blk_in (Results 1 – 2 of 2) 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.c2799 int coroutine_fn blk_co_copy_range(BlockBackend *blk_in, int64_t off_in, in blk_co_copy_range() argument
2808 r = blk_check_byte_request(blk_in, off_in, bytes); in blk_co_copy_range()
2817 return bdrv_co_copy_range(blk_in->root, off_in, in blk_co_copy_range()