Home
last modified time | relevance | path

Searched refs:on_write_error (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/system/
H A Dblock-backend-global-state.h84 BlockdevOnError on_write_error);
/openbmc/qemu/block/
H A Dblock-backend.c66 BlockdevOnError on_read_error, on_write_error; member
369 blk->on_write_error = BLOCKDEV_ON_ERROR_ENOSPC; in blk_new()
1223 (blk->on_write_error == BLOCKDEV_ON_ERROR_ENOSPC || in blk_iostatus_is_enabled()
1224 blk->on_write_error == BLOCKDEV_ON_ERROR_STOP || in blk_iostatus_is_enabled()
2110 BlockdevOnError on_write_error) in blk_set_on_error() argument
2114 blk->on_write_error = on_write_error; in blk_set_on_error()
2120 return is_read ? blk->on_read_error : blk->on_write_error; in blk_get_on_error()
/openbmc/qemu/
H A Dblockdev.c484 int on_read_error, on_write_error; in blockdev_init() local
559 on_write_error = BLOCKDEV_ON_ERROR_ENOSPC; in blockdev_init()
561 on_write_error = parse_block_error_action(buf, 0, &error); in blockdev_init()
639 blk_set_on_error(blk, on_read_error, on_write_error); in blockdev_init()