Searched refs:qcow2_alloc_host_offset (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2.h | 936 qcow2_alloc_host_offset(BlockDriverState *bs, uint64_t offset,
|
H A D | qcow2.c | 2706 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 D | qcow2-cluster.c | 1783 int coroutine_fn qcow2_alloc_host_offset(BlockDriverState *bs, uint64_t offset, in qcow2_alloc_host_offset() function
|