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.c251 for (e = qdict_first(bs->full_open_options); e; in null_refresh_filename()
252 e = qdict_next(bs->full_open_options, e)) in null_refresh_filename()
H A Dssh.c1311 path = qdict_get_try_str(bs->full_open_options, "path"); in ssh_refresh_filename()
1314 host_key_check = qdict_get_try_str(bs->full_open_options, "host_key_check"); in ssh_refresh_filename()
1329 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.c3078 qobject_ref(bs->file->bs->full_open_options)); in vmdk_gather_child_options()
3083 qobject_ref(bs->backing->bs->full_open_options)); in vmdk_gather_child_options()
/openbmc/qemu/
H A Dblock.c5202 qobject_unref(bs->full_open_options); in bdrv_close()
5203 bs->full_open_options = NULL; in bdrv_close()
8023 * - full_open_options: Options which, when given when opening a block device in bdrv_backing_overridden()
8027 * full_open_options is converted to a JSON object, prefixed with in bdrv_backing_overridden()
8061 qobject_unref(bs->full_open_options); in bdrv_refresh_filename()
8062 bs->full_open_options = qobject_ref(child->bs->full_open_options); in bdrv_refresh_filename()
8094 qobject_ref(child->bs->full_open_options)); in bdrv_refresh_filename()
8103 qobject_unref(bs->full_open_options); in bdrv_refresh_filename()
8104 bs->full_open_options in bdrv_refresh_filename()
[all...]
/openbmc/qemu/include/block/
H A Dblock_int-common.h277 * QINCREF(bs->file->bs->full_open_options);
278 * qdict_put(target, "file", bs->file->bs->full_open_options);
1146 QDict *full_open_options;
1134 QDict *full_open_options; global() member