Home
last modified time | relevance | path

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

/qemu/
H A Dblock.c1759 bs->explicit_options = qdict_clone_shallow(bs->options); in bdrv_new_open_driver_opts()
1766 qobject_unref(bs->explicit_options); in bdrv_new_open_driver_opts()
1767 bs->explicit_options = NULL; in bdrv_new_open_driver_opts()
4048 bs->explicit_options = qdict_clone_shallow(options); in bdrv_open_inherit()
4127 qdict_del(bs->explicit_options, "backing"); in bdrv_open_inherit()
4216 qdict_extract_subqdict(bs->explicit_options, NULL, child_key_dot); in bdrv_open_inherit()
4218 qdict_del(bs->explicit_options, child->name); in bdrv_open_inherit()
4266 qobject_unref(bs->explicit_options); in bdrv_open_inherit()
4270 bs->explicit_options = NULL; in bdrv_open_inherit()
4393 QDict *old_options, *explicit_options, *options_copy; in bdrv_reopen_queue_child() local
[all …]
/qemu/include/block/
H A Dblock-common.h357 QDict *explicit_options; member
H A Dblock_int-common.h1211 QDict *explicit_options; member