Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.c4439 uint64_t nb_new_data_clusters, nb_new_l2_tables; in qcow2_co_truncate() local
4467 nb_new_data_clusters = (ROUND_UP(offset, s->cluster_size) - in qcow2_co_truncate()
4480 nb_new_l2_tables = DIV_ROUND_UP(nb_new_data_clusters, in qcow2_co_truncate()
4487 nb_new_data_clusters + in qcow2_co_truncate()
4498 nb_new_data_clusters); in qcow2_co_truncate()
4506 assert(clusters_allocated == nb_new_data_clusters); in qcow2_co_truncate()
4510 nb_new_data_clusters * s->cluster_size; in qcow2_co_truncate()
4535 nb_new_data_clusters * s->cluster_size, in qcow2_co_truncate()
4543 while (nb_new_data_clusters) { in qcow2_co_truncate()
4545 nb_new_data_clusters, in qcow2_co_truncate()
[all …]