Searched refs:refcount2 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dqcow2-refcount.c1108 int nb_clusters, refcount1, refcount2, i; local
1185 refcount2 = refcount_table[i];
1186 if (refcount1 != refcount2) {
1188 refcount1 < refcount2 ? "ERROR" : "Leaked",
1189 i, refcount1, refcount2);
1190 if (refcount1 < refcount2) {

Completed in 73 milliseconds