Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_device.c1474 struct se_lun *xcopy_lun; in target_alloc_device() local
1539 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()
Dtarget_core_xcopy.c553 pt_cmd->se_lun = &se_dev->xcopy_lun; in target_xcopy_init_pt_lun()
/linux-4.1.27/include/target/
Dtarget_core_base.h821 struct se_lun xcopy_lun; member