Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_fabric_configfs.c81 struct se_lun, lun_group); in target_fabric_mappedlun_link()
166 lun = container_of(to_config_group(lun_ci), struct se_lun, lun_group); in target_fabric_mappedlun_unlink()
763 CONFIGFS_EATTR_OPS(target_fabric_port, se_lun, lun_group);
771 struct se_lun, lun_group); in target_fabric_port_link()
826 struct se_lun, lun_group); in target_fabric_port_unlink()
908 lun_cg = &lun->lun_group; in target_fabric_make_lun()
916 config_group_init_type_name(&lun->lun_group, name, in target_fabric_make_lun()
933 return &lun->lun_group; in target_fabric_make_lun()
941 struct se_lun, lun_group); in target_fabric_drop_lun()
954 lun_cg = &lun->lun_group; in target_fabric_drop_lun()
Dtarget_core_alua.c2067 config_item_name(&lun->lun_group.cg_item), in core_alua_store_tg_pt_gp_info()
2094 config_item_name(&lun->lun_group.cg_item), in core_alua_store_tg_pt_gp_info()
Dtarget_core_configfs.c2362 config_item_name(&lun->lun_group.cg_item)); in target_core_alua_tg_pt_gp_show_attr_members()
/linux-4.1.27/include/target/
Dtarget_core_base.h733 struct config_group lun_group; member