Searched refs:lun_group (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/target/ |
D | target_core_fabric_configfs.c | 90 lun = container_of(to_config_group(lun_ci), struct se_lun, lun_group); in target_fabric_mappedlun_link() 156 struct se_lun, lun_group); in target_fabric_mappedlun_unlink() 523 lun_group); in item_to_lun() 633 struct se_lun, lun_group); in target_fabric_port_link() 686 struct se_lun, lun_group); in target_fabric_port_unlink() 705 struct se_lun, lun_group); in target_fabric_port_release() 771 config_group_init_type_name(&lun->lun_group, name, in target_fabric_make_lun() 777 &lun->lun_group); in target_fabric_make_lun() 781 return &lun->lun_group; in target_fabric_make_lun() 789 struct se_lun, lun_group); in target_fabric_drop_lun() [all …]
|
D | target_core_alua.c | 1975 config_item_name(&lun->lun_group.cg_item), in core_alua_store_tg_pt_gp_info() 1997 config_item_name(&lun->lun_group.cg_item), in core_alua_store_tg_pt_gp_info()
|
D | target_core_configfs.c | 2752 config_item_name(&lun->lun_group.cg_item)); in target_tg_pt_gp_members_show()
|
/Linux-v4.19/include/target/ |
D | target_core_base.h | 733 struct config_group lun_group; member
|