Home
last modified time | relevance | path

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

/qemu/block/
H A Ddmg.c120 uint32_t compressed_size = 0; in update_max_chunk_size() local
127 compressed_size = s->lengths[chunk]; in update_max_chunk_size()
141 if (compressed_size > *max_compressed_size) { in update_max_chunk_size()
142 *max_compressed_size = compressed_size; in update_max_chunk_size()
H A Dqcow.c360 int compressed_size, int n_start, int n_end, in get_cluster_offset() argument
511 (uint64_t)compressed_size << (63 - s->cluster_bits); in get_cluster_offset()
H A Dqcow2-cluster.c829 int compressed_size, uint64_t *host_offset) in qcow2_alloc_compressed_cluster_offset() argument
854 cluster_offset = qcow2_alloc_bytes(bs, compressed_size); in qcow2_alloc_compressed_cluster_offset()
861 (cluster_offset + compressed_size - 1) / QCOW2_COMPRESSED_SECTOR_SIZE - in qcow2_alloc_compressed_cluster_offset()
H A Dqcow2.h942 int compressed_size, uint64_t *host_offset);