Searched refs:wwn_group (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/target/ |
D | target_core_fabric_configfs.c | 930 struct se_wwn *wwn = container_of(group, struct se_wwn, wwn_group); in target_fabric_make_tpg() 993 struct se_wwn, wwn_group); in target_fabric_release_wwn() 1097 config_group_init_type_name(&wwn->wwn_group, name, &tf->tf_tpg_cit); in target_fabric_make_wwn() 1101 configfs_add_default_group(&wwn->fabric_stat_group, &wwn->wwn_group); in target_fabric_make_wwn() 1105 configfs_add_default_group(&wwn->param_group, &wwn->wwn_group); in target_fabric_make_wwn() 1109 return &wwn->wwn_group; in target_fabric_make_wwn() 1117 struct se_wwn, wwn_group); in target_fabric_drop_wwn() 1119 configfs_remove_default_groups(&wwn->wwn_group); in target_fabric_drop_wwn()
|
/linux-6.6.21/drivers/target/tcm_remote/ |
D | tcm_remote.c | 122 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_remote_make_tpg() 147 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_remote_drop_tpg()
|
/linux-6.6.21/drivers/target/loopback/ |
D | tcm_loop.c | 946 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_loop_make_naa_tpg() 975 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_loop_drop_naa_tpg()
|
/linux-6.6.21/include/target/ |
D | target_core_base.h | 988 struct config_group wwn_group; member
|
/linux-6.6.21/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 220 config_item_name(&se_tpg->se_tpg_wwn->wwn_group.cg_item), in lio_target_call_addnptotpg() 263 " PORTAL: %pISpc\n", config_item_name(&se_tpg->se_tpg_wwn->wwn_group.cg_item), in lio_target_call_delnpfromtpg()
|
/linux-6.6.21/drivers/usb/gadget/function/ |
D | f_tcm.c | 1346 wwn->wwn_group.cg_subsys, in usbg_make_tpg()
|
/linux-6.6.21/drivers/scsi/ibmvscsi_tgt/ |
D | ibmvscsi_tgt.c | 3865 config_item_name(&tport->tport_wwn.wwn_group.cg_item)); in ibmvscsis_drop_tport()
|