Searched refs:real_clusters (Results 1 – 1 of 1) sorted by relevance
3722 int64_t file_length, real_allocation, real_clusters; in qcow2_detect_metadata_preallocation() local3736 real_clusters = real_allocation / s->cluster_size; in qcow2_detect_metadata_preallocation()3737 threshold = MAX(real_clusters * 10 / 9, real_clusters + 2); in qcow2_detect_metadata_preallocation()