Home
last modified time | relevance | path

Searched refs:blk_in (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/system/
H A Dblock-backend-io.h122 int coroutine_fn blk_co_copy_range(BlockBackend *blk_in, int64_t off_in,
/openbmc/qemu/block/
H A Dblock-backend.c2801 int coroutine_fn blk_co_copy_range(BlockBackend *blk_in, int64_t off_in, in blk_co_copy_range() argument
2810 r = blk_check_byte_request(blk_in, off_in, bytes); in blk_co_copy_range()
2819 return bdrv_co_copy_range(blk_in->root, off_in, in blk_co_copy_range()