Searched defs:qcow2_alloc_clusters (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dqcow2-refcount.c213 * - We can't use the normal qcow2_alloc_clusters(), it would try to
612 int64_t qcow2_alloc_clusters(BlockDriverState *bs, int64_t size) function
641 s->free_byte_offset = qcow2_alloc_clusters(bs, s->cluster_size);
659 offset = qcow2_alloc_clusters(bs, s->cluster_size);

Completed in 83 milliseconds