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

/external/qemu/block/
H A Dqcow2-refcount.c910 res->corruptions++;
920 res->corruptions++;
960 res->corruptions++;
983 res->corruptions++;
996 res->corruptions++;
1064 res->corruptions++;
1077 res->corruptions++;
1154 res->corruptions++;
1160 res->corruptions++;
1170 res->corruptions
[all...]
/external/qemu/include/block/
H A Dblock.h101 int corruptions; member in struct:BdrvCheckResult
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2042 int64_t corruptions; member in struct:ImageCheck
H A Dqapi-visit.c850 visit_start_optional(m, obj ? &(*obj)->has_corruptions : NULL, "corruptions", &err);
852 visit_type_int(m, obj ? &(*obj)->corruptions : NULL, "corruptions", &err);
860 visit_start_optional(m, obj ? &(*obj)->has_corruptions_fixed : NULL, "corruptions-fixed", &err);
862 visit_type_int(m, obj ? &(*obj)->corruptions_fixed : NULL, "corruptions-fixed", &err);

Completed in 149 milliseconds