Home
last modified time | relevance | path

Searched refs:xcopy_lun (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_device.c726 struct se_lun *xcopy_lun; in target_alloc_device() local
806 xcopy_lun = &dev->xcopy_lun; in target_alloc_device()
807 rcu_assign_pointer(xcopy_lun->lun_se_dev, dev); in target_alloc_device()
808 init_completion(&xcopy_lun->lun_shutdown_comp); in target_alloc_device()
809 INIT_LIST_HEAD(&xcopy_lun->lun_deve_list); in target_alloc_device()
810 INIT_LIST_HEAD(&xcopy_lun->lun_dev_link); in target_alloc_device()
811 mutex_init(&xcopy_lun->lun_tg_pt_md_mutex); in target_alloc_device()
812 xcopy_lun->lun_tpg = &xcopy_pt_tpg; in target_alloc_device()
H A Dtarget_core_xcopy.c530 * been received. If true, use @se_dev->xcopy_lun.
549 cmd->se_lun = &se_dev->xcopy_lun; in target_xcopy_setup_pt_cmd()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_device.c686 struct se_lun *xcopy_lun; in target_alloc_device() local
778 xcopy_lun = &dev->xcopy_lun; in target_alloc_device()
779 rcu_assign_pointer(xcopy_lun->lun_se_dev, dev); in target_alloc_device()
780 init_completion(&xcopy_lun->lun_shutdown_comp); in target_alloc_device()
781 INIT_LIST_HEAD(&xcopy_lun->lun_deve_list); in target_alloc_device()
782 INIT_LIST_HEAD(&xcopy_lun->lun_dev_link); in target_alloc_device()
783 mutex_init(&xcopy_lun->lun_tg_pt_md_mutex); in target_alloc_device()
784 xcopy_lun->lun_tpg = &xcopy_pt_tpg; in target_alloc_device()
H A Dtarget_core_xcopy.c505 * been received. If true, use @se_dev->xcopy_lun.
524 cmd->se_lun = &se_dev->xcopy_lun; in target_xcopy_setup_pt_cmd()
/kernel/linux/linux-5.10/include/target/
H A Dtarget_core_base.h845 struct se_lun xcopy_lun; member
/kernel/linux/linux-6.6/include/target/
H A Dtarget_core_base.h863 struct se_lun xcopy_lun; member

Completed in 11 milliseconds