Searched refs:blk_get_on_error (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/block/ |
H A D | block.c | 236 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 D | swim.c | 240 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 D | fdc.c | 532 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 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()
|
/openbmc/qemu/include/sysemu/ |
H A D | block-backend-io.h | 94 BlockdevOnError blk_get_on_error(BlockBackend *blk, bool is_read);
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 2103 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()
|