Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_configfs.c2873 struct config_group *target_cg, *hba_cg = NULL, *alua_cg = NULL; in target_core_init_configfs() local
2909 hba_cg = &target_core_hbagroup; in target_core_init_configfs()
2910 hba_cg->default_groups = kmalloc(sizeof(struct config_group *) * 2, in target_core_init_configfs()
2912 if (!hba_cg->default_groups) { in target_core_init_configfs()
2919 hba_cg->default_groups[0] = &alua_group; in target_core_init_configfs()
2920 hba_cg->default_groups[1] = NULL; in target_core_init_configfs()
3003 if (hba_cg) in target_core_init_configfs()
3004 kfree(hba_cg->default_groups); in target_core_init_configfs()
3012 struct config_group *hba_cg, *alua_cg, *lu_gp_cg; in target_core_exit_configfs() local
3034 hba_cg = &target_core_hbagroup; in target_core_exit_configfs()
[all …]