Searched refs:xcopy_lun (Results 1 – 3 of 3) sorted by relevance
726 struct se_lun *xcopy_lun; in target_alloc_device() local794 xcopy_lun = &dev->xcopy_lun; in target_alloc_device()795 rcu_assign_pointer(xcopy_lun->lun_se_dev, dev); in target_alloc_device()796 init_completion(&xcopy_lun->lun_shutdown_comp); in target_alloc_device()797 INIT_LIST_HEAD(&xcopy_lun->lun_deve_list); in target_alloc_device()798 INIT_LIST_HEAD(&xcopy_lun->lun_dev_link); in target_alloc_device()799 mutex_init(&xcopy_lun->lun_tg_pt_md_mutex); in target_alloc_device()800 xcopy_lun->lun_tpg = &xcopy_pt_tpg; in target_alloc_device()
549 cmd->se_lun = &se_dev->xcopy_lun; in target_xcopy_setup_pt_cmd()
838 struct se_lun xcopy_lun; member