Home
last modified time | relevance | path

Searched refs:xcopy_lun (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_device.c753 struct se_lun *xcopy_lun; in target_alloc_device() local
818 xcopy_lun = &dev->xcopy_lun; in target_alloc_device()
819 rcu_assign_pointer(xcopy_lun->lun_se_dev, dev); in target_alloc_device()
820 init_completion(&xcopy_lun->lun_ref_comp); in target_alloc_device()
821 INIT_LIST_HEAD(&xcopy_lun->lun_deve_list); in target_alloc_device()
822 INIT_LIST_HEAD(&xcopy_lun->lun_dev_link); in target_alloc_device()
823 mutex_init(&xcopy_lun->lun_tg_pt_md_mutex); in target_alloc_device()
824 xcopy_lun->lun_tpg = &xcopy_pt_tpg; in target_alloc_device()
Dtarget_core_xcopy.c530 pt_cmd->se_lun = &se_dev->xcopy_lun; in target_xcopy_init_pt_lun()
/linux-4.4.14/include/target/
Dtarget_core_base.h827 struct se_lun xcopy_lun; member