Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblock.c1758 bs->explicit_options = qdict_clone_shallow(bs->options); in bdrv_new_open_driver_opts()
1765 qobject_unref(bs->explicit_options); in bdrv_new_open_driver_opts()
1766 bs->explicit_options = NULL; in bdrv_new_open_driver_opts()
4034 bs->explicit_options = qdict_clone_shallow(options); in bdrv_open_inherit()
4113 qdict_del(bs->explicit_options, "backing"); in bdrv_open_inherit()
4202 qdict_extract_subqdict(bs->explicit_options, NULL, child_key_dot); in bdrv_open_inherit()
4204 qdict_del(bs->explicit_options, child->name); in bdrv_open_inherit()
4252 qobject_unref(bs->explicit_options); in bdrv_open_inherit()
4256 bs->explicit_options = NULL; in bdrv_open_inherit()
4379 QDict *old_options, *explicit_options, *options_copy; in bdrv_reopen_queue_child() local
[all …]
/openbmc/qemu/include/block/
H A Dblock-common.h357 QDict *explicit_options; member
H A Dblock_int-common.h1211 QDict *explicit_options; member