Home
last modified time | relevance | path

Searched refs:alloc_clusters_noref (Results 1 – 1 of 1) sorted by last modified time

/qemu/block/
H A Dqcow2-refcount.c35 static int64_t alloc_clusters_noref(BlockDriverState *bs, uint64_t size,
370 int64_t new_block = alloc_clusters_noref(bs, s->cluster_size, INT64_MAX); in alloc_refcount_block()
969 alloc_clusters_noref(BlockDriverState *bs, uint64_t size, uint64_t max) in alloc_clusters_noref() function
1016 offset = alloc_clusters_noref(bs, size, QCOW_MAX_CLUSTER_OFFSET); in qcow2_alloc_clusters()
1100 new_cluster = alloc_clusters_noref(bs, s->cluster_size, in qcow2_alloc_bytes()