Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_fabric_configfs.c75 struct config_item *lun_ci) in target_fabric_mappedlun_link() argument
85 if (!lun_ci->ci_type || in target_fabric_mappedlun_link()
86 lun_ci->ci_type->ct_item_ops != &target_fabric_port_item_ops) { in target_fabric_mappedlun_link()
87 pr_err("Bad lun_ci, not a valid lun_ci pointer: %p\n", lun_ci); in target_fabric_mappedlun_link()
90 lun = container_of(to_config_group(lun_ci), struct se_lun, lun_group); in target_fabric_mappedlun_link()
109 tpg_ci_s = &lun_ci->ci_parent->ci_group->cg_item; in target_fabric_mappedlun_link()
151 struct config_item *lun_ci) in target_fabric_mappedlun_unlink() argument
155 struct se_lun *lun = container_of(to_config_group(lun_ci), in target_fabric_mappedlun_unlink()
628 struct config_item *lun_ci, in target_fabric_port_link() argument
632 struct se_lun *lun = container_of(to_config_group(lun_ci), in target_fabric_port_link()
[all …]