Searched refs:hba_cg (Results 1 – 1 of 1) sorted by relevance
3107 struct config_group *target_cg, *hba_cg = NULL, *alua_cg = NULL; in target_core_init_configfs() local3143 hba_cg = &target_core_hbagroup; in target_core_init_configfs()3144 hba_cg->default_groups = kmalloc(sizeof(struct config_group *) * 2, in target_core_init_configfs()3146 if (!hba_cg->default_groups) { in target_core_init_configfs()3153 hba_cg->default_groups[0] = &alua_group; in target_core_init_configfs()3154 hba_cg->default_groups[1] = NULL; in target_core_init_configfs()3237 if (hba_cg) in target_core_init_configfs()3238 kfree(hba_cg->default_groups); in target_core_init_configfs()3246 struct config_group *hba_cg, *alua_cg, *lu_gp_cg; in target_core_exit_configfs() local3268 hba_cg = &target_core_hbagroup; in target_core_exit_configfs()[all …]