Searched refs:real_allocation (Results 1 – 1 of 1) sorted by relevance
3722 int64_t file_length, real_allocation, real_clusters; in qcow2_detect_metadata_preallocation() local3731 real_allocation = bdrv_co_get_allocated_file_size(bs->file->bs); in qcow2_detect_metadata_preallocation()3732 if (real_allocation < 0) { in qcow2_detect_metadata_preallocation()3733 return real_allocation; in qcow2_detect_metadata_preallocation()3736 real_clusters = real_allocation / s->cluster_size; in qcow2_detect_metadata_preallocation()