| H A D | block.c | 3739 BdrvChildRole child_role, bool allow_none, in bdrv_open_child_bs() 3762 if (!allow_none) { in bdrv_open_child_bs() 3786 BdrvChildRole child_role, bool allow_none, in bdrv_open_child_common() 3795 child_role, allow_none, parse_filename, errp); 3812 * If allow_none is true, no image will be opened if filename is false and no in bdrv_open_child() 3829 bool allow_none, Error **errp) 3832 child_class, child_role, allow_none, false, in bdrv_open_file_child() 3727 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 3774 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 3817 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
|