Searched refs:nb_new_data_clusters (Results 1 – 1 of 1) sorted by relevance
4459 uint64_t nb_new_data_clusters, nb_new_l2_tables; in qcow2_co_truncate() local4487 nb_new_data_clusters = (ROUND_UP(offset, s->cluster_size) - in qcow2_co_truncate()4500 nb_new_l2_tables = DIV_ROUND_UP(nb_new_data_clusters, in qcow2_co_truncate()4507 nb_new_data_clusters + in qcow2_co_truncate()4518 nb_new_data_clusters); in qcow2_co_truncate()4526 assert(clusters_allocated == nb_new_data_clusters); in qcow2_co_truncate()4530 nb_new_data_clusters * s->cluster_size; in qcow2_co_truncate()4555 nb_new_data_clusters * s->cluster_size, in qcow2_co_truncate()4563 while (nb_new_data_clusters) { in qcow2_co_truncate()4565 nb_new_data_clusters, in qcow2_co_truncate()[all …]