Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.h936 qcow2_alloc_host_offset(BlockDriverState *bs, uint64_t offset,
H A Dqcow2.c2706 ret = qcow2_alloc_host_offset(bs, offset, &cur_bytes, in qcow2_co_pwritev_part()
3274 ret = qcow2_alloc_host_offset(bs, offset, &cur_bytes, in preallocate_co()
4256 ret = qcow2_alloc_host_offset(bs, dst_offset, &cur_bytes, in qcow2_co_copy_range_to()
H A Dqcow2-cluster.c1783 int coroutine_fn qcow2_alloc_host_offset(BlockDriverState *bs, uint64_t offset, in qcow2_alloc_host_offset() function