Searched refs:blk_in (Results 1 – 2 of 2) sorted by relevance
115 int coroutine_fn blk_co_copy_range(BlockBackend *blk_in, int64_t off_in,
2799 int coroutine_fn blk_co_copy_range(BlockBackend *blk_in, int64_t off_in, in blk_co_copy_range() argument2808 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()