Home
last modified time | relevance | path

Searched refs:blk_get_on_error (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/block/
H A Dblock.c241 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 Dswim.c239 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 Dfdc.c531 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 Dscsi-generic.c691 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 Dblock-backend-io.h101 BlockdevOnError blk_get_on_error(BlockBackend *blk, bool is_read);
/qemu/block/
H A Dblock-backend.c2121 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()