Home
last modified time | relevance | path

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

/drivers/target/
Dtarget_core_pr.c1569 struct se_lun *dest_lun, *tmp_lun; in core_scsi3_decode_spec_i_port() local
1575 list_for_each_entry(tmp_lun, &dev->dev_sep_list, lun_dev_link) { in core_scsi3_decode_spec_i_port()
1576 tmp_tpg = tmp_lun->lun_tpg; in core_scsi3_decode_spec_i_port()
1584 dest_rtpi = tmp_lun->lun_rtpi; in core_scsi3_decode_spec_i_port()
3152 struct se_lun *se_lun = cmd->se_lun, *tmp_lun; in core_scsi3_emulate_pro_register_and_move() local
3234 list_for_each_entry(tmp_lun, &dev->dev_sep_list, lun_dev_link) { in core_scsi3_emulate_pro_register_and_move()
3235 if (tmp_lun->lun_rtpi != rtpi) in core_scsi3_emulate_pro_register_and_move()
3237 dest_se_tpg = tmp_lun->lun_tpg; in core_scsi3_emulate_pro_register_and_move()
Dtarget_core_device.c458 struct se_lun *tmp_lun = rcu_dereference_check(deve->se_lun, in core_clear_lun_from_tpg() local
461 if (lun != tmp_lun) in core_clear_lun_from_tpg()