| H A D | block.c | 3612 * bdref_key specifies the key for the image's BlockdevRef in the options QDict. in bdrv_open_backing_file() 3614 * itself, all options starting with "${bdref_key}." are considered part of the in bdrv_open_backing_file() 3620 const char *bdref_key, Error **errp) in bdrv_open_backing_file() 3649 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_backing_file() 3660 reference = qdict_get_try_str(parent_options, bdref_key); in bdrv_open_backing_file() 3727 qdict_del(parent_options, bdref_key); in bdrv_open_child_bs() 3737 bdrv_open_child_bs(const char *filename, QDict *options, const char *bdref_key, in bdrv_open_child_bs() 3749 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_child_bs() 3760 reference = qdict_get_try_str(options, bdref_key); in bdrv_open_child_bs() 3764 bdref_key); in bdrv_open_child_bs() 3608 bdrv_open_backing_file(BlockDriverState * bs,QDict * parent_options,const char * bdref_key,Error ** errp) bdrv_open_backing_file() argument 3725 bdrv_open_child_bs(const char * filename,QDict * options,const char * bdref_key,BlockDriverState * parent,const BdrvChildClass * child_class,BdrvChildRole child_role,bool allow_none,bool parse_filename,Error ** errp) bdrv_open_child_bs() argument 3772 bdrv_open_child_common(const char * filename,QDict * options,const char * bdref_key,BlockDriverState * parent,const BdrvChildClass * child_class,BdrvChildRole child_role,bool allow_none,bool parse_filename,Error ** errp) bdrv_open_child_common() argument 3813 bdrv_open_child(const char * filename,QDict * options,const char * bdref_key,BlockDriverState * parent,const BdrvChildClass * child_class,BdrvChildRole child_role,bool allow_none,Error ** errp) bdrv_open_child() argument 3832 bdrv_open_file_child(const char * filename,QDict * options,const char * bdref_key,BlockDriverState * parent,Error ** errp) bdrv_open_file_child() argument [all...] |