Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c2331 int *num_fixed = NULL; in compare_refcounts() local
2335 num_fixed = &res->leaks_fixed; in compare_refcounts()
2337 num_fixed = &res->corruptions_fixed; in compare_refcounts()
2342 num_fixed != NULL ? "Repairing" : in compare_refcounts()
2347 if (num_fixed) { in compare_refcounts()
2353 (*num_fixed)++; in compare_refcounts()