Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_fabric_configfs.c277 struct config_group *lacl_cg = NULL, *ml_stat_grp = NULL; in target_fabric_make_mappedlun() local
318 lacl_cg = &lacl->se_lun_group; in target_fabric_make_mappedlun()
319 lacl_cg->default_groups = kmalloc(sizeof(struct config_group *) * 2, in target_fabric_make_mappedlun()
321 if (!lacl_cg->default_groups) { in target_fabric_make_mappedlun()
331 lacl_cg->default_groups[0] = &lacl->ml_stat_grps.stat_group; in target_fabric_make_mappedlun()
332 lacl_cg->default_groups[1] = NULL; in target_fabric_make_mappedlun()
347 if (lacl_cg) in target_fabric_make_mappedlun()
348 kfree(lacl_cg->default_groups); in target_fabric_make_mappedlun()
361 struct config_group *lacl_cg = NULL, *ml_stat_grp = NULL; in target_fabric_drop_mappedlun() local
372 lacl_cg = &lacl->se_lun_group; in target_fabric_drop_mappedlun()
[all …]