Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c2389 int contiguous_free_clusters; in alloc_clusters_imrt() local
2394 for (contiguous_free_clusters = 0; in alloc_clusters_imrt()
2396 contiguous_free_clusters < cluster_count; in alloc_clusters_imrt()
2400 contiguous_free_clusters++; in alloc_clusters_imrt()
2407 } else if (contiguous_free_clusters) { in alloc_clusters_imrt()
2408 contiguous_free_clusters = 0; in alloc_clusters_imrt()
2419 if (contiguous_free_clusters < cluster_count) { in alloc_clusters_imrt()
2428 - contiguous_free_clusters); in alloc_clusters_imrt()
2435 cluster -= contiguous_free_clusters; in alloc_clusters_imrt()