Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-snapshot.c82 int *nb_clusters_reduced, in qcow2_do_read_snapshots() argument
240 *nb_clusters_reduced += (s->nb_snapshots - i); in qcow2_do_read_snapshots()
436 int nb_clusters_reduced = 0; in qcow2_check_read_snapshot_table() local
462 nb_clusters_reduced += s->nb_snapshots - QCOW_MAX_SNAPSHOTS; in qcow2_check_read_snapshot_table()
489 &nb_clusters_reduced, &extra_data_dropped, in qcow2_check_read_snapshot_table()
503 result->corruptions += nb_clusters_reduced + extra_data_dropped; in qcow2_check_read_snapshot_table()
505 if (nb_clusters_reduced) { in qcow2_check_read_snapshot_table()
526 result->corruptions_fixed += nb_clusters_reduced; in qcow2_check_read_snapshot_table()
527 result->corruptions -= nb_clusters_reduced; in qcow2_check_read_snapshot_table()