Searched refs:qcow2_signal_corruption (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-cluster.c | 299 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() 715 qcow2_signal_corruption(bs, true, -1, -1, "Invalid cluster entry found " 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() [all …]
|
H A D | qcow2-refcount.c | 269 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() 3561 qcow2_signal_corruption(bs, true, -1, -1, "Refblock at %#" PRIx64 " is " in get_refblock_offset() [all …]
|
H A D | qcow2-cache.c | 340 qcow2_signal_corruption(bs, true, -1, -1, "Cannot get entry from %s " in qcow2_cache_do_get()
|
H A D | qcow2.h | 842 qcow2_signal_corruption(BlockDriverState *bs, bool fatal, int64_t offset,
|
H A D | qcow2.c | 5980 void qcow2_signal_corruption(BlockDriverState *bs, bool fatal, int64_t offset, in qcow2_signal_corruption() function
|