xcopy_lun         727 drivers/target/target_core_device.c 	struct se_lun *xcopy_lun;
xcopy_lun         792 drivers/target/target_core_device.c 	xcopy_lun = &dev->xcopy_lun;
xcopy_lun         793 drivers/target/target_core_device.c 	rcu_assign_pointer(xcopy_lun->lun_se_dev, dev);
xcopy_lun         794 drivers/target/target_core_device.c 	init_completion(&xcopy_lun->lun_shutdown_comp);
xcopy_lun         795 drivers/target/target_core_device.c 	INIT_LIST_HEAD(&xcopy_lun->lun_deve_list);
xcopy_lun         796 drivers/target/target_core_device.c 	INIT_LIST_HEAD(&xcopy_lun->lun_dev_link);
xcopy_lun         797 drivers/target/target_core_device.c 	mutex_init(&xcopy_lun->lun_tg_pt_md_mutex);
xcopy_lun         798 drivers/target/target_core_device.c 	xcopy_lun->lun_tpg = &xcopy_pt_tpg;
xcopy_lun         530 drivers/target/target_core_xcopy.c 		cmd->se_lun = &se_dev->xcopy_lun;
xcopy_lun         829 include/target/target_core_base.h 	struct se_lun		xcopy_lun;