Home
last modified time | relevance | path

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

/drivers/target/
Dtarget_core_device.c1510 struct se_lun *xcopy_lun; in target_alloc_device() local
1576 xcopy_lun = &dev->xcopy_lun; in target_alloc_device()
1577 xcopy_lun->lun_se_dev = dev; in target_alloc_device()
1578 init_completion(&xcopy_lun->lun_shutdown_comp); in target_alloc_device()
1579 INIT_LIST_HEAD(&xcopy_lun->lun_acl_list); in target_alloc_device()
1580 spin_lock_init(&xcopy_lun->lun_acl_lock); in target_alloc_device()
1581 spin_lock_init(&xcopy_lun->lun_sep_lock); in target_alloc_device()
1582 init_completion(&xcopy_lun->lun_ref_comp); in target_alloc_device()
Dtarget_core_xcopy.c568 pt_cmd->se_lun = &se_dev->xcopy_lun; in target_xcopy_init_pt_lun()