Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_xcopy.c88 struct se_lun *this_lun = NULL; in target_xcopy_locate_se_dev_e4() local
104 this_lun = rcu_dereference(deve->se_lun); in target_xcopy_locate_se_dev_e4()
105 this_dev = rcu_dereference_raw(this_lun->lun_se_dev); in target_xcopy_locate_se_dev_e4()
109 if (percpu_ref_tryget_live(&this_lun->lun_ref)) in target_xcopy_locate_se_dev_e4()
121 *_found_lun_ref = &this_lun->lun_ref; in target_xcopy_locate_se_dev_e4()