Home
last modified time | relevance | path

Searched refs:leaks_fixed (Results 1 – 5 of 5) sorted by path

/qemu/block/
H A Dparallels.c780 res->leaks_fixed += count; in parallels_check_leak()
H A Dqcow2-refcount.c2335 num_fixed = &res->leaks_fixed; in compare_refcounts()
2871 res->leaks_fixed += old_res.leaks - res->leaks; in qcow2_check_refcounts()
H A Dqcow2.c599 out->leaks_fixed += src->leaks_fixed; in qcow2_add_check_result()
/qemu/include/block/
H A Dblock-common.h517 int leaks_fixed; member
/qemu/
H A Dqemu-img.c694 check->leaks_fixed = result.leaks_fixed; in collect_image_check()
695 check->has_leaks_fixed = result.leaks_fixed != 0; in collect_image_check()
836 if (check->corruptions_fixed || check->leaks_fixed) { in img_check()
837 int corruptions_fixed, leaks_fixed; in img_check() local
840 leaks_fixed = check->leaks_fixed; in img_check()
851 check->leaks_fixed, in img_check()
859 check->leaks_fixed = leaks_fixed; in img_check()