Home
last modified time | relevance | path

Searched refs:qcow2_alloc_clusters_at (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2.h873 qcow2_alloc_clusters_at(BlockDriverState *bs, uint64_t offset,
H A Dqcow2-cluster.c1631 int64_t ret = qcow2_alloc_clusters_at(bs, *host_offset, *nb_clusters); in do_alloc_cluster_offset()
H A Dqcow2-refcount.c1031 int64_t coroutine_fn qcow2_alloc_clusters_at(BlockDriverState *bs, uint64_t offset, in qcow2_alloc_clusters_at() function
H A Dqcow2.c4497 clusters_allocated = qcow2_alloc_clusters_at(bs, allocation_start, in qcow2_co_truncate()