Searched refs:target_fabric_configfs (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_fabric_configfs.c | 47 static void target_fabric_setup_##_name##_cit(struct target_fabric_configfs *tf) \ 60 static void target_fabric_setup_##_name##_cit(struct target_fabric_configfs *tf) \ 336 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; in target_fabric_make_mappedlun() 462 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; in target_fabric_nacl_base_release() 500 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; in target_fabric_make_nodeacl() 576 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; in target_fabric_np_base_release() 599 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; in target_fabric_make_np() 776 struct target_fabric_configfs *tf; in target_fabric_port_link() 828 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; in target_fabric_port_unlink() 888 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; in target_fabric_make_lun() [all …]
|
D | target_core_configfs.c | 109 static struct target_fabric_configfs *target_core_get_fabric( in target_core_get_fabric() 112 struct target_fabric_configfs *tf; in target_core_get_fabric() 137 struct target_fabric_configfs *tf; in target_core_register_fabric() 229 struct target_fabric_configfs *tf = container_of( in target_core_deregister_fabric() 230 to_config_group(item), struct target_fabric_configfs, tf_group); in target_core_deregister_fabric() 452 struct target_fabric_configfs *tf; in target_register_template() 459 tf = kzalloc(sizeof(struct target_fabric_configfs), GFP_KERNEL); in target_register_template() 488 struct target_fabric_configfs *t; in target_unregister_template()
|
/linux-4.1.27/include/target/ |
D | target_core_fabric_configfs.h | 98 CONFIGFS_EATTR_STRUCT(target_fabric_wwn, target_fabric_configfs); 110 CONFIGFS_EATTR_STRUCT(target_fabric_discovery, target_fabric_configfs); 122 extern int target_fabric_setup_cits(struct target_fabric_configfs *);
|
D | target_core_configfs.h | 32 struct target_fabric_configfs { struct
|
D | target_core_fabric.h | 78 struct se_wwn *(*fabric_make_wwn)(struct target_fabric_configfs *,
|
D | target_core_base.h | 909 struct target_fabric_configfs *wwn_tf;
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 1504 struct target_fabric_configfs *tf, in lio_target_wwn_show_attr_lio_version() 1518 struct target_fabric_configfs *tf, in lio_target_call_coreaddtiqn() 1593 struct target_fabric_configfs *tf, \ 1600 struct target_fabric_configfs *tf, \ 1611 struct target_fabric_configfs *tf, \ 1651 struct target_fabric_configfs *tf, in iscsi_disc_show_enforce_discovery_auth() 1660 struct target_fabric_configfs *tf, in iscsi_disc_store_enforce_discovery_auth()
|
/linux-4.1.27/drivers/target/tcm_fc/ |
D | tfc_conf.c | 407 struct target_fabric_configfs *tf, in ft_add_wwn() 452 struct target_fabric_configfs *tf, in ft_wwn_show_attr_version()
|
/linux-4.1.27/drivers/target/loopback/ |
D | tcm_loop.c | 1282 struct target_fabric_configfs *tf, in tcm_loop_make_scsi_hba() 1370 struct target_fabric_configfs *tf, in tcm_loop_wwn_show_attr_version()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 1777 struct target_fabric_configfs *tf, in tcm_qla2xxx_make_lport() 1891 struct target_fabric_configfs *tf, in tcm_qla2xxx_npiv_make_lport() 1962 struct target_fabric_configfs *tf, in tcm_qla2xxx_wwn_show_attr_version()
|
/linux-4.1.27/drivers/xen/ |
D | xen-scsiback.c | 1392 scsiback_make_tport(struct target_fabric_configfs *tf, in scsiback_make_tport() 1832 scsiback_wwn_show_attr_version(struct target_fabric_configfs *tf, in scsiback_wwn_show_attr_version()
|
/linux-4.1.27/drivers/vhost/ |
D | scsi.c | 2236 vhost_scsi_make_tport(struct target_fabric_configfs *tf, in vhost_scsi_make_tport() 2309 vhost_scsi_wwn_show_attr_version(struct target_fabric_configfs *tf, in vhost_scsi_wwn_show_attr_version()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 1598 struct target_fabric_configfs *tf, in usbg_make_tport() 1629 struct target_fabric_configfs *tf, in usbg_wwn_show_attr_version()
|
/linux-4.1.27/drivers/target/sbp/ |
D | sbp_target.c | 2244 struct target_fabric_configfs *tf, in sbp_make_tport() 2275 struct target_fabric_configfs *tf, in sbp_wwn_show_attr_version()
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 3816 static struct se_wwn *srpt_make_tport(struct target_fabric_configfs *tf, in srpt_make_tport() 3846 static ssize_t srpt_wwn_show_attr_version(struct target_fabric_configfs *tf, in srpt_wwn_show_attr_version()
|