Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2-cluster.c299 qcow2_signal_corruption(bs, true, -1, -1, "Preventing invalid " in l2_allocate()
630 qcow2_signal_corruption(bs, true, -1, -1, "L2 table offset %#" PRIx64 in qcow2_get_host_offset()
659 qcow2_signal_corruption(bs, true, -1, -1, "Zero cluster entry found" in qcow2_get_host_offset()
670 qcow2_signal_corruption(bs, true, -1, -1, "Compressed cluster " in qcow2_get_host_offset()
688 qcow2_signal_corruption(bs, true, -1, -1, in qcow2_get_host_offset()
697 qcow2_signal_corruption(bs, true, -1, -1, in qcow2_get_host_offset()
778 qcow2_signal_corruption(bs, true, -1, -1, "L2 table offset %#" PRIx64 in get_cluster_table()
1200 qcow2_signal_corruption(bs, true, -1, -1, "Invalid cluster " in calculate_l2_meta()
1535 qcow2_signal_corruption(bs, true, -1, -1, "%s cluster offset " in handle_copied()
2291 qcow2_signal_corruption(bs, true, -1, -1, "L2 table offset %#" in expand_zero_clusters_in_l1()
[all …]
H A Dqcow2-refcount.c269 qcow2_signal_corruption(bs, true, -1, -1, "Refblock offset %#" PRIx64 in qcow2_get_refcount()
326 qcow2_signal_corruption(bs, true, -1, -1, "Refblock offset %#" in alloc_refcount_block()
380 qcow2_signal_corruption(bs, true, -1, -1, "Preventing invalid " in alloc_refcount_block()
1108 qcow2_signal_corruption(bs, true, -1, -1, "Preventing invalid " in qcow2_alloc_bytes()
1192 qcow2_signal_corruption(bs, false, -1, -1, in qcow2_free_any_cluster()
1297 qcow2_signal_corruption(bs, true, -1, -1, "L2 table offset %#" in qcow2_update_snapshot_refcount()
1346 qcow2_signal_corruption( in qcow2_update_snapshot_refcount()
3085 qcow2_signal_corruption(bs, true, offset, size, "Preventing invalid " in qcow2_pre_write_overlap_check()
3246 qcow2_signal_corruption(bs, true, -1, -1, "Refblock offset %#" in walk_over_reftable()
3594 qcow2_signal_corruption(bs, true, -1, -1, "Invalid refcount:" in qcow2_discard_refcount_block()
[all …]
H A Dqcow2-cache.c340 qcow2_signal_corruption(bs, true, -1, -1, "Cannot get entry from %s " in qcow2_cache_do_get()
H A Dqcow2.h842 qcow2_signal_corruption(BlockDriverState *bs, bool fatal, int64_t offset,
H A Dqcow2.c5966 void qcow2_signal_corruption(BlockDriverState *bs, bool fatal, int64_t offset, in qcow2_signal_corruption() function