Searched refs:on_source_error (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/block/ |
H A D | backup.c | 42 BlockdevOnError on_source_error; member 128 return block_job_error_action(&job->common, job->on_source_error, in backup_error_action() 362 BlockdevOnError on_source_error, in backup_job_create() argument 485 job->on_source_error = on_source_error; in backup_job_create()
|
H A D | mirror.c | 63 BlockdevOnError on_source_error, on_target_error; member 136 return block_job_error_action(&s->common, s->on_source_error, in mirror_error_action() 1716 BlockdevOnError on_source_error, in mirror_start_job() argument 1879 s->on_source_error = on_source_error; in mirror_start_job() 2013 BlockdevOnError on_source_error, in mirror_start() argument 2037 on_source_error, on_target_error, unmap, NULL, NULL, in mirror_start()
|
/openbmc/qemu/include/block/ |
H A D | block_int-global-state.h | 163 BlockdevOnError on_source_error, 199 BlockdevOnError on_source_error,
|
/openbmc/qemu/ |
H A D | blockdev.c | 2633 backup->on_source_error = BLOCKDEV_ON_ERROR_REPORT; in do_backup_common() 2737 backup->on_source_error, in do_backup_common() 2790 BlockdevOnError on_source_error, in blockdev_mirror_common() argument 2810 on_source_error = BLOCKDEV_ON_ERROR_REPORT; in blockdev_mirror_common() 2899 on_source_error, on_target_error, unmap, filter_node_name, in blockdev_mirror_common() 3046 arg->has_on_source_error, arg->on_source_error, in qmp_drive_mirror() 3065 BlockdevOnError on_source_error, in qmp_blockdev_mirror() argument 3105 has_on_source_error, on_source_error, in qmp_blockdev_mirror()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 041 | 501 target=target_img, on_source_error='ignore') 525 on_source_error='ignore', 551 target=target_img, on_source_error='stop')
|
H A D | 124 | 714 on_source_error='stop')
|