Searched refs:alua_cg (Results 1 – 1 of 1) sorted by relevance
2873 struct config_group *target_cg, *hba_cg = NULL, *alua_cg = NULL; in target_core_init_configfs() local2925 alua_cg = &alua_group; in target_core_init_configfs()2926 alua_cg->default_groups = kmalloc(sizeof(struct config_group *) * 2, in target_core_init_configfs()2928 if (!alua_cg->default_groups) { in target_core_init_configfs()2936 alua_cg->default_groups[0] = &alua_lu_gps_group; in target_core_init_configfs()2937 alua_cg->default_groups[1] = NULL; in target_core_init_configfs()3001 if (alua_cg) in target_core_init_configfs()3002 kfree(alua_cg->default_groups); in target_core_init_configfs()3012 struct config_group *hba_cg, *alua_cg, *lu_gp_cg; in target_core_exit_configfs() local3025 alua_cg = &alua_group; in target_core_exit_configfs()[all …]