Searched refs:full_open_options (Results 1 – 7 of 7) sorted by relevance
251 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()
1311 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()
987 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()
1186 qobject_ref(s->children[i]->bs->full_open_options)); in quorum_gather_child_options()
3078 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()
5202 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...]
277 * 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