Home
last modified time | relevance | path

Searched refs:qcow2_alloc_bytes (Results 1 – 3 of 3) sorted by relevance

/external/qemu/block/
Dqcow2.h177 int64_t qcow2_alloc_bytes(BlockDriverState *bs, int size);
Dqcow2-cluster.c617 cluster_offset = qcow2_alloc_bytes(bs, compressed_size); in qcow2_alloc_compressed_cluster_offset()
Dqcow2-refcount.c632 int64_t qcow2_alloc_bytes(BlockDriverState *bs, int size) in qcow2_alloc_bytes() function