Home
last modified time | relevance | path

Searched refs:full_open_options (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/block/
H A Dnull.c252 for (e = qdict_first(bs->full_open_options); e; in null_refresh_filename()
253 e = qdict_next(bs->full_open_options, e)) in null_refresh_filename()
H A Dssh.c1313 path = qdict_get_try_str(bs->full_open_options, "path"); in ssh_refresh_filename()
1316 host_key_check = qdict_get_try_str(bs->full_open_options, "host_key_check"); in ssh_refresh_filename()
1331 if (qdict_haskey(bs->full_open_options, "host_key_check")) { in ssh_bdrv_dirname()
H A Dblkdebug.c987 for (e = qdict_first(bs->full_open_options); e; in blkdebug_refresh_filename()
988 e = qdict_next(bs->full_open_options, e)) in blkdebug_refresh_filename()
H A Dquorum.c1186 qobject_ref(s->children[i]->bs->full_open_options)); in quorum_gather_child_options()
H A Dvmdk.c3076 qobject_ref(bs->file->bs->full_open_options)); in vmdk_gather_child_options()
3081 qobject_ref(bs->backing->bs->full_open_options)); in vmdk_gather_child_options()
/openbmc/qemu/
H A Dblock.c5159 qobject_unref(bs->full_open_options); in bdrv_close()
5160 bs->full_open_options = NULL; in bdrv_close()
7976 qobject_unref(bs->full_open_options); in bdrv_refresh_filename()
7977 bs->full_open_options = qobject_ref(child->bs->full_open_options); in bdrv_refresh_filename()
8009 qobject_ref(child->bs->full_open_options)); in bdrv_refresh_filename()
8018 qobject_unref(bs->full_open_options); in bdrv_refresh_filename()
8019 bs->full_open_options = opts; in bdrv_refresh_filename()
8064 GString *json = qobject_to_json(QOBJECT(bs->full_open_options)); in bdrv_refresh_filename()
/openbmc/qemu/include/block/
H A Dblock_int-common.h1111 QDict *full_open_options; member