Home
last modified time | relevance | path

Searched refs:alua_cg (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/target/
Dtarget_core_configfs.c3092 struct config_group *target_cg, *hba_cg = NULL, *alua_cg = NULL; in target_core_init_configfs() local
3145 alua_cg = &alua_group; in target_core_init_configfs()
3146 alua_cg->default_groups = kzalloc(sizeof(struct config_group) * 2, in target_core_init_configfs()
3148 if (!alua_cg->default_groups) { in target_core_init_configfs()
3156 alua_cg->default_groups[0] = &alua_lu_gps_group; in target_core_init_configfs()
3157 alua_cg->default_groups[1] = NULL; in target_core_init_configfs()
3217 if (alua_cg) in target_core_init_configfs()
3218 kfree(alua_cg->default_groups); in target_core_init_configfs()
3229 struct config_group *hba_cg, *alua_cg, *lu_gp_cg; in target_core_exit_configfs() local
3244 alua_cg = &alua_group; in target_core_exit_configfs()
[all …]