Searched refs:blk_get_on_error (Results 1 – 6 of 6) sorted by relevance
/qemu/hw/block/ |
H A D | block.c | 241 rerror = blk_get_on_error(blk, true); in blkconf_apply_backend_options() 246 werror = blk_get_on_error(blk, false); in blkconf_apply_backend_options()
|
H A D | swim.c | 239 if (blk_get_on_error(dev->conf.blk, 0) != BLOCKDEV_ON_ERROR_ENOSPC && in swim_drive_realize() 240 blk_get_on_error(dev->conf.blk, 0) != BLOCKDEV_ON_ERROR_REPORT) { in swim_drive_realize() 244 if (blk_get_on_error(dev->conf.blk, 1) != BLOCKDEV_ON_ERROR_REPORT) { in swim_drive_realize()
|
H A D | fdc.c | 531 if (blk_get_on_error(dev->conf.blk, 0) != BLOCKDEV_ON_ERROR_ENOSPC && in floppy_drive_realize() 532 blk_get_on_error(dev->conf.blk, 0) != BLOCKDEV_ON_ERROR_REPORT) { in floppy_drive_realize() 536 if (blk_get_on_error(dev->conf.blk, 1) != BLOCKDEV_ON_ERROR_REPORT) { in floppy_drive_realize()
|
/qemu/hw/scsi/ |
H A D | scsi-generic.c | 691 if (blk_get_on_error(s->conf.blk, 0) != BLOCKDEV_ON_ERROR_ENOSPC && in scsi_generic_realize() 692 blk_get_on_error(s->conf.blk, 0) != BLOCKDEV_ON_ERROR_REPORT) { in scsi_generic_realize() 696 if (blk_get_on_error(s->conf.blk, 1) != BLOCKDEV_ON_ERROR_REPORT) { in scsi_generic_realize()
|
/qemu/include/system/ |
H A D | block-backend-io.h | 101 BlockdevOnError blk_get_on_error(BlockBackend *blk, bool is_read);
|
/qemu/block/ |
H A D | block-backend.c | 2121 BlockdevOnError blk_get_on_error(BlockBackend *blk, bool is_read) in blk_get_on_error() function 2130 BlockdevOnError on_err = blk_get_on_error(blk, is_read); in blk_get_error_action()
|