Searched refs:xcopy_lun (Results 1 – 3 of 3) sorted by relevance
1474 struct se_lun *xcopy_lun; in target_alloc_device() local1539 xcopy_lun = &dev->xcopy_lun; in target_alloc_device()1540 xcopy_lun->lun_se_dev = dev; in target_alloc_device()1541 init_completion(&xcopy_lun->lun_shutdown_comp); in target_alloc_device()1542 INIT_LIST_HEAD(&xcopy_lun->lun_acl_list); in target_alloc_device()1543 spin_lock_init(&xcopy_lun->lun_acl_lock); in target_alloc_device()1544 spin_lock_init(&xcopy_lun->lun_sep_lock); in target_alloc_device()1545 init_completion(&xcopy_lun->lun_ref_comp); in target_alloc_device()
553 pt_cmd->se_lun = &se_dev->xcopy_lun; in target_xcopy_init_pt_lun()
821 struct se_lun xcopy_lun; member