Searched refs:BDRV_OPT_AUTO_READ_ONLY (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block-common.h | 257 #define BDRV_OPT_AUTO_READ_ONLY "auto-read-only" macro
|
/openbmc/qemu/ |
H A D | block.c | 1411 qdict_set_default_str(child_options, BDRV_OPT_AUTO_READ_ONLY, "off"); in bdrv_inherited_options() 1416 BDRV_OPT_AUTO_READ_ONLY); in bdrv_inherited_options() 1573 if (qemu_opt_get_bool_del(opts, BDRV_OPT_AUTO_READ_ONLY, false)) { in update_flags_from_options() 1591 if (!qdict_haskey(options, BDRV_OPT_AUTO_READ_ONLY)) { in update_options_from_flags() 1592 qdict_put_bool(options, BDRV_OPT_AUTO_READ_ONLY, in update_options_from_flags() 1808 .name = BDRV_OPT_AUTO_READ_ONLY, 3858 qdict_set_default_str(qdict, BDRV_OPT_AUTO_READ_ONLY, "off"); in bdrv_open_blockdev_ref()
|
H A D | blockdev.c | 605 qdict_set_default_str(bs_opts, BDRV_OPT_AUTO_READ_ONLY, "on"); in blockdev_init()
|
/openbmc/qemu/block/ |
H A D | vvfat.c | 3152 qdict_set_default_str(child_options, BDRV_OPT_AUTO_READ_ONLY, "off"); in vvfat_qcow_options()
|