Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_configfs.c1698 struct config_group *dev_cg = to_config_group(item); in target_core_dev_release() local
1700 container_of(dev_cg, struct se_device, dev_group); in target_core_dev_release()
1702 kfree(dev_cg->default_groups); in target_core_dev_release()
1710 struct config_group *dev_cg = to_config_group(item); in target_core_dev_show() local
1712 container_of(dev_cg, struct se_device, dev_group); in target_core_dev_show()
1726 struct config_group *dev_cg = to_config_group(item); in target_core_dev_store() local
1728 container_of(dev_cg, struct se_device, dev_group); in target_core_dev_store()
2533 struct config_group *dev_cg = NULL, *tg_pt_gp_cg = NULL; in target_core_make_subdev() local
2549 dev_cg = &dev->dev_group; in target_core_make_subdev()
2551 dev_cg->default_groups = kmalloc(sizeof(struct config_group *) * 6, in target_core_make_subdev()
[all …]