Searched refs:deve_tmp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_pr.c | 700 struct se_dev_entry *deve_tmp; in __core_scsi3_alloc_registration() local 732 list_for_each_entry(deve_tmp, &lun_tmp->lun_deve_list, lun_link) { in __core_scsi3_alloc_registration() 738 if (!deve_tmp->se_lun_acl) in __core_scsi3_alloc_registration() 741 lacl_tmp = rcu_dereference_check(deve_tmp->se_lun_acl, in __core_scsi3_alloc_registration() 763 kref_get(&deve_tmp->pr_kref); in __core_scsi3_alloc_registration() 771 ret = core_scsi3_lunacl_depend_item(deve_tmp); in __core_scsi3_alloc_registration() 776 kref_put(&deve_tmp->pr_kref, target_pr_kref_release); in __core_scsi3_alloc_registration() 786 dest_lun = rcu_dereference_check(deve_tmp->se_lun, in __core_scsi3_alloc_registration() 787 kref_read(&deve_tmp->pr_kref) != 0); in __core_scsi3_alloc_registration() 790 nacl_tmp, dest_lun, deve_tmp, in __core_scsi3_alloc_registration() [all...] |
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_pr.c | 701 struct se_dev_entry *deve_tmp; in __core_scsi3_alloc_registration() local 733 list_for_each_entry(deve_tmp, &lun_tmp->lun_deve_list, lun_link) { in __core_scsi3_alloc_registration() 739 if (!deve_tmp->se_lun_acl) in __core_scsi3_alloc_registration() 742 lacl_tmp = deve_tmp->se_lun_acl; in __core_scsi3_alloc_registration() 763 kref_get(&deve_tmp->pr_kref); in __core_scsi3_alloc_registration() 771 ret = core_scsi3_lunacl_depend_item(deve_tmp); in __core_scsi3_alloc_registration() 776 kref_put(&deve_tmp->pr_kref, target_pr_kref_release); in __core_scsi3_alloc_registration() 786 dest_lun = deve_tmp->se_lun; in __core_scsi3_alloc_registration() 789 nacl_tmp, dest_lun, deve_tmp, in __core_scsi3_alloc_registration() 790 deve_tmp in __core_scsi3_alloc_registration() [all...] |
Completed in 5 milliseconds