Searched refs:QCOW2_COMPRESSED_SECTOR_SIZE (Results 1 – 2 of 2) sorted by relevance
861 (cluster_offset + compressed_size - 1) / QCOW2_COMPRESSED_SECTOR_SIZE - in qcow2_alloc_compressed_cluster_offset()862 (cluster_offset / QCOW2_COMPRESSED_SECTOR_SIZE); in qcow2_alloc_compressed_cluster_offset()2560 *csize = nb_csectors * QCOW2_COMPRESSED_SECTOR_SIZE - in qcow2_parse_compressed_l2_entry()2561 (*coffset & (QCOW2_COMPRESSED_SECTOR_SIZE - 1)); in qcow2_parse_compressed_l2_entry()
112 #define QCOW2_COMPRESSED_SECTOR_SIZE 512U macro