Searched refs:full_open_options (Results 1 – 7 of 7) sorted by relevance
252 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()
1313 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()
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()
3076 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()
5159 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()
1111 QDict *full_open_options; member