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.h943 qcow2_alloc_host_offset(BlockDriverState *bs, uint64_t offset,
H A Dqcow2.c2792 ret = qcow2_alloc_host_offset(bs, offset, &cur_bytes, in qcow2_inactivate()
3363 ret = qcow2_alloc_host_offset(bs, offset, &cur_bytes, in qcow2_refcount_metadata_size()
4345 ret = qcow2_alloc_host_offset(bs, dst_offset, &cur_bytes, in qcow2_co_truncate()
H A Dqcow2-cluster.c1783 int coroutine_fn qcow2_alloc_host_offset(BlockDriverState *bs, uint64_t offset, in qcow2_alloc_host_offset() function