Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblock.c1751 qobject_unref(bs->explicit_options); in bdrv_new_open_driver_opts()
1752 bs->explicit_options = NULL; in bdrv_new_open_driver_opts()
4246 qobject_unref(bs->explicit_options); in bdrv_open_inherit()
4250 bs->explicit_options = NULL; in bdrv_open_inherit()
4467 bs_entry->state.explicit_options = explicit_options; in bdrv_reopen_queue_child()
5149 qobject_unref(bs->explicit_options); in bdrv_reopen_commit()
5151 qobject_ref(reopen_state->explicit_options); in bdrv_reopen_commit()
5154 bs->explicit_options = reopen_state->explicit_options; in bdrv_reopen_commit()
5166 qdict_del(bs->explicit_options, "backing"); in bdrv_reopen_commit()
5230 qobject_unref(bs->explicit_options); in bdrv_close()
[all …]
/openbmc/qemu/include/block/
H A Dblock-common.h346 QDict *explicit_options; member
H A Dblock_int-common.h1189 QDict *explicit_options; member