Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-cluster.c1113 if (!m->keep_old_clusters && j != 0) { in qcow2_alloc_cluster_link_l2()
1132 if (!has_data_file(bs) && !m->keep_old_clusters) { in qcow2_alloc_cluster_abort()
1309 .keep_old_clusters = keep_old, in calculate_l2_meta()
1424 if (old_alloc->keep_old_clusters && in handle_dependencies()
H A Dqcow2.h455 bool keep_old_clusters; member