Lines Matching refs:BDRV_OPT_READ_ONLY
1253 qdict_copy_default(child_options, parent_options, BDRV_OPT_READ_ONLY);
1410 qdict_set_default_str(child_options, BDRV_OPT_READ_ONLY, "on");
1414 qdict_copy_default(child_options, parent_options, BDRV_OPT_READ_ONLY);
1569 if (!qemu_opt_get_bool_del(opts, BDRV_OPT_READ_ONLY, false)) {
1588 if (!qdict_haskey(options, BDRV_OPT_READ_ONLY)) {
1589 qdict_put_bool(options, BDRV_OPT_READ_ONLY, !(flags & BDRV_O_RDWR));
1803 .name = BDRV_OPT_READ_ONLY,
3857 qdict_set_default_str(qdict, BDRV_OPT_READ_ONLY, "off");
4043 if (g_strcmp0(qdict_get_try_str(options, BDRV_OPT_READ_ONLY), "on") &&
4044 !qdict_get_try_bool(options, BDRV_OPT_READ_ONLY, false)) {
4055 qdict_del(options, BDRV_OPT_READ_ONLY);
4665 qdict_put_bool(opts, BDRV_OPT_READ_ONLY, read_only);