Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_pr.c703 struct se_dev_entry *deve_tmp; in __core_scsi3_alloc_registration() local
735 list_for_each_entry(deve_tmp, &lun_tmp->lun_deve_list, lun_link) { in __core_scsi3_alloc_registration()
741 if (!deve_tmp->se_lun_acl) in __core_scsi3_alloc_registration()
744 lacl_tmp = deve_tmp->se_lun_acl; in __core_scsi3_alloc_registration()
765 kref_get(&deve_tmp->pr_kref); in __core_scsi3_alloc_registration()
773 ret = core_scsi3_lunacl_depend_item(deve_tmp); in __core_scsi3_alloc_registration()
778 kref_put(&deve_tmp->pr_kref, target_pr_kref_release); in __core_scsi3_alloc_registration()
788 dest_lun = deve_tmp->se_lun; in __core_scsi3_alloc_registration()
791 nacl_tmp, dest_lun, deve_tmp, in __core_scsi3_alloc_registration()
792 deve_tmp->mapped_lun, NULL, in __core_scsi3_alloc_registration()
[all …]