Searched refs:refcount1 (Results 1 – 1 of 1) sorted by relevance
1108 int nb_clusters, refcount1, refcount2, i; in qcow2_check_refcounts() local1177 refcount1 = get_refcount(bs, i); in qcow2_check_refcounts()1178 if (refcount1 < 0) { in qcow2_check_refcounts()1180 i, strerror(-refcount1)); in qcow2_check_refcounts()1186 if (refcount1 != refcount2) { in qcow2_check_refcounts()1188 refcount1 < refcount2 ? "ERROR" : "Leaked", in qcow2_check_refcounts()1189 i, refcount1, refcount2); in qcow2_check_refcounts()1190 if (refcount1 < refcount2) { in qcow2_check_refcounts()