Home
last modified time | relevance | path

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

/openbmc/qemu/hw/block/
H A Dblock.c236 rerror = blk_get_on_error(blk, true); in blkconf_apply_backend_options()
241 werror = blk_get_on_error(blk, false); in blkconf_apply_backend_options()
H A Dswim.c240 if (blk_get_on_error(dev->conf.blk, 0) != BLOCKDEV_ON_ERROR_ENOSPC && in swim_drive_realize()
241 blk_get_on_error(dev->conf.blk, 0) != BLOCKDEV_ON_ERROR_REPORT) { in swim_drive_realize()
245 if (blk_get_on_error(dev->conf.blk, 1) != BLOCKDEV_ON_ERROR_REPORT) { in swim_drive_realize()
H A Dfdc.c532 if (blk_get_on_error(dev->conf.blk, 0) != BLOCKDEV_ON_ERROR_ENOSPC && in floppy_drive_realize()
533 blk_get_on_error(dev->conf.blk, 0) != BLOCKDEV_ON_ERROR_REPORT) { in floppy_drive_realize()
537 if (blk_get_on_error(dev->conf.blk, 1) != BLOCKDEV_ON_ERROR_REPORT) { in floppy_drive_realize()
/openbmc/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()
/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h94 BlockdevOnError blk_get_on_error(BlockBackend *blk, bool is_read);
/openbmc/qemu/block/
H A Dblock-backend.c2103 BlockdevOnError blk_get_on_error(BlockBackend *blk, bool is_read) in blk_get_on_error() function
2112 BlockdevOnError on_err = blk_get_on_error(blk, is_read); in blk_get_error_action()