xcopy_pt_tpg      798 drivers/target/target_core_device.c 	xcopy_lun->lun_tpg = &xcopy_pt_tpg;
xcopy_pt_tpg      162 drivers/target/target_core_internal.h extern struct se_portal_group xcopy_pt_tpg;
xcopy_pt_tpg      388 drivers/target/target_core_xcopy.c struct se_portal_group xcopy_pt_tpg;
xcopy_pt_tpg      469 drivers/target/target_core_xcopy.c 	memset(&xcopy_pt_tpg, 0, sizeof(struct se_portal_group));
xcopy_pt_tpg      470 drivers/target/target_core_xcopy.c 	INIT_LIST_HEAD(&xcopy_pt_tpg.se_tpg_node);
xcopy_pt_tpg      471 drivers/target/target_core_xcopy.c 	INIT_LIST_HEAD(&xcopy_pt_tpg.acl_node_list);
xcopy_pt_tpg      472 drivers/target/target_core_xcopy.c 	INIT_LIST_HEAD(&xcopy_pt_tpg.tpg_sess_list);
xcopy_pt_tpg      474 drivers/target/target_core_xcopy.c 	xcopy_pt_tpg.se_tpg_tfo = &xcopy_pt_tfo;
xcopy_pt_tpg      484 drivers/target/target_core_xcopy.c 	xcopy_pt_nacl.se_tpg = &xcopy_pt_tpg;
xcopy_pt_tpg      487 drivers/target/target_core_xcopy.c 	xcopy_pt_sess.se_tpg = &xcopy_pt_tpg;