Searched refs:alua_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() local3159 alua_cg = &alua_group; in target_core_init_configfs()3160 alua_cg->default_groups = kmalloc(sizeof(struct config_group *) * 2, in target_core_init_configfs()3162 if (!alua_cg->default_groups) { in target_core_init_configfs()3170 alua_cg->default_groups[0] = &alua_lu_gps_group; in target_core_init_configfs()3171 alua_cg->default_groups[1] = NULL; in target_core_init_configfs()3235 if (alua_cg) in target_core_init_configfs()3236 kfree(alua_cg->default_groups); in target_core_init_configfs()3246 struct config_group *hba_cg, *alua_cg, *lu_gp_cg; in target_core_exit_configfs() local3259 alua_cg = &alua_group; in target_core_exit_configfs()[all …]