Lines Matching refs:parent_options
1243 int parent_flags, QDict *parent_options) in bdrv_temp_snapshot_options() argument
1253 qdict_copy_default(child_options, parent_options, BDRV_OPT_READ_ONLY); in bdrv_temp_snapshot_options()
1254 qdict_copy_default(child_options, parent_options, BDRV_OPT_DISCARD); in bdrv_temp_snapshot_options()
1364 int parent_flags, QDict *parent_options) in bdrv_inherited_options() argument
1404 qdict_copy_default(child_options, parent_options, BDRV_OPT_CACHE_DIRECT); in bdrv_inherited_options()
1405 qdict_copy_default(child_options, parent_options, BDRV_OPT_CACHE_NO_FLUSH); in bdrv_inherited_options()
1406 qdict_copy_default(child_options, parent_options, BDRV_OPT_FORCE_SHARE); in bdrv_inherited_options()
1414 qdict_copy_default(child_options, parent_options, BDRV_OPT_READ_ONLY); in bdrv_inherited_options()
1415 qdict_copy_default(child_options, parent_options, in bdrv_inherited_options()
3586 int bdrv_open_backing_file(BlockDriverState *bs, QDict *parent_options, in bdrv_open_backing_file() argument
3608 if (parent_options == NULL) { in bdrv_open_backing_file()
3610 parent_options = tmp_parent_options; in bdrv_open_backing_file()
3616 qdict_extract_subqdict(parent_options, &options, bdref_key_dot); in bdrv_open_backing_file()
3626 reference = qdict_get_try_str(parent_options, bdref_key); in bdrv_open_backing_file()
3689 qdict_del(parent_options, bdref_key); in bdrv_open_backing_file()
4348 QDict *parent_options, int parent_flags, in bdrv_reopen_queue_child() argument
4404 if (parent_options) { in bdrv_reopen_queue_child()
4407 parent_flags, parent_options); in bdrv_reopen_queue_child()