Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_fabric_configfs.c339 struct config_group *lacl_cg = NULL, *ml_stat_grp = NULL; in target_fabric_make_mappedlun() local
392 lacl_cg = &lacl->se_lun_group; in target_fabric_make_mappedlun()
393 lacl_cg->default_groups = kmalloc(sizeof(struct config_group *) * 2, in target_fabric_make_mappedlun()
395 if (!lacl_cg->default_groups) { in target_fabric_make_mappedlun()
405 lacl_cg->default_groups[0] = &lacl->ml_stat_grps.stat_group; in target_fabric_make_mappedlun()
406 lacl_cg->default_groups[1] = NULL; in target_fabric_make_mappedlun()
421 if (lacl_cg) in target_fabric_make_mappedlun()
422 kfree(lacl_cg->default_groups); in target_fabric_make_mappedlun()
435 struct config_group *lacl_cg = NULL, *ml_stat_grp = NULL; in target_fabric_drop_mappedlun() local
446 lacl_cg = &lacl->se_lun_group; in target_fabric_drop_mappedlun()
[all …]