Searched refs:on_target_error (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/block/ |
H A D | backup.c | 43 BlockdevOnError on_target_error; member 131 return block_job_error_action(&job->common, job->on_target_error, in backup_error_action() 363 BlockdevOnError on_target_error, in backup_job_create() argument 486 job->on_target_error = on_target_error; in backup_job_create()
|
H A D | mirror.c | 63 BlockdevOnError on_source_error, on_target_error; member 139 return block_job_error_action(&s->common, s->on_target_error, in mirror_error_action() 1717 BlockdevOnError on_target_error, in mirror_start_job() argument 1880 s->on_target_error = on_target_error; in mirror_start_job() 2014 BlockdevOnError on_target_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 | 164 BlockdevOnError on_target_error, 200 BlockdevOnError on_target_error,
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 248 | 56 on_target_error='enospc')
|
H A D | 056 | 293 on_target_error='stop',
|
H A D | 041 | 663 on_target_error='ignore') 678 on_target_error='stop')
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | mirror-ready-cancel-error | 92 on_target_error='stop')
|
/openbmc/qemu/ |
H A D | blockdev.c | 2636 backup->on_target_error = BLOCKDEV_ON_ERROR_REPORT; in do_backup_common() 2738 backup->on_target_error, in do_backup_common() 2792 BlockdevOnError on_target_error, in blockdev_mirror_common() argument 2813 on_target_error = BLOCKDEV_ON_ERROR_REPORT; in blockdev_mirror_common() 2899 on_source_error, on_target_error, unmap, filter_node_name, in blockdev_mirror_common() 3047 arg->has_on_target_error, arg->on_target_error, in qmp_drive_mirror() 3067 BlockdevOnError on_target_error, in qmp_blockdev_mirror() argument 3106 has_on_target_error, on_target_error, in qmp_blockdev_mirror()
|