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.c4455 uint64_t nb_new_data_clusters, nb_new_l2_tables; in qcow2_co_truncate() local
4483 nb_new_data_clusters = (ROUND_UP(offset, s->cluster_size) - in qcow2_co_truncate()
4496 nb_new_l2_tables = DIV_ROUND_UP(nb_new_data_clusters, in qcow2_co_truncate()
4503 nb_new_data_clusters + in qcow2_co_truncate()
4514 nb_new_data_clusters); in qcow2_co_truncate()
4522 assert(clusters_allocated == nb_new_data_clusters); in qcow2_co_truncate()
4526 nb_new_data_clusters * s->cluster_size; in qcow2_co_truncate()
4551 nb_new_data_clusters * s->cluster_size, in qcow2_co_truncate()
4559 while (nb_new_data_clusters) { in qcow2_co_truncate()
4561 nb_new_data_clusters, in qcow2_co_truncate()
[all …]