Searched refs:old_cluster (Results 1 – 1 of 1) sorted by relevance
1033 uint64_t *old_cluster, *l2_slice; in qcow2_alloc_cluster_link_l2() local1039 old_cluster = g_try_new(uint64_t, m->nb_clusters); in qcow2_alloc_cluster_link_l2()1040 if (old_cluster == NULL) { in qcow2_alloc_cluster_link_l2()1078 old_cluster[j++] = get_l2_entry(s, l2_slice, l2_index + i); in qcow2_alloc_cluster_link_l2()1115 qcow2_free_any_cluster(bs, old_cluster[i], QCOW2_DISCARD_NEVER); in qcow2_alloc_cluster_link_l2()1121 g_free(old_cluster); in qcow2_alloc_cluster_link_l2()