Searched refs:end_cluster (Results 1 – 1 of 1) sorted by relevance
2471 int64_t first_cluster, int64_t end_cluster, in rebuild_refcounts_write_refblocks() argument2486 for (cluster = first_cluster; cluster < end_cluster; cluster++) { in rebuild_refcounts_write_refblocks()2530 if (refblock_cluster_index >= end_cluster) { in rebuild_refcounts_write_refblocks()2535 end_cluster = refblock_cluster_index + 1; in rebuild_refcounts_write_refblocks()3721 int64_t i, end_cluster, cluster_count = 0, threshold; in qcow2_detect_metadata_preallocation() local3739 end_cluster = size_to_clusters(s, file_length); in qcow2_detect_metadata_preallocation()3740 for (i = 0; i < end_cluster && cluster_count < threshold; i++) { in qcow2_detect_metadata_preallocation()