Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_xcopy.c75 struct se_lun *this_lun = NULL; in target_xcopy_locate_se_dev_e4() local
91 this_lun = deve->se_lun; in target_xcopy_locate_se_dev_e4()
92 this_dev = rcu_dereference_raw(this_lun->lun_se_dev); in target_xcopy_locate_se_dev_e4()
96 if (percpu_ref_tryget_live(&this_lun->lun_ref)) in target_xcopy_locate_se_dev_e4()
108 *_found_lun_ref = &this_lun->lun_ref; in target_xcopy_locate_se_dev_e4()

Completed in 5 milliseconds