Searched refs:orig_fe_lun (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/target/ |
D | target_core_ua.c | 53 deve = target_nacl_find_deve(nacl, cmd->orig_fe_lun); in target_scsi3_ua_check() 224 deve = target_nacl_find_deve(nacl, cmd->orig_fe_lun); in core_scsi3_ua_for_check_condition() 272 cmd->orig_fe_lun, cmd->t_task_cdb[0], *asc, *ascq); in core_scsi3_ua_for_check_condition() 296 deve = target_nacl_find_deve(nacl, cmd->orig_fe_lun); in core_scsi3_ua_clear_for_request_sense() 331 cmd->orig_fe_lun, *asc, *ascq); in core_scsi3_ua_clear_for_request_sense()
|
D | target_core_device.c | 90 se_cmd->orig_fe_lun = unpacked_lun; in transport_lookup_cmd_lun() 124 se_cmd->orig_fe_lun = 0; in transport_lookup_cmd_lun() 181 se_cmd->orig_fe_lun = unpacked_lun; in transport_lookup_tmr_lun() 213 deve = target_nacl_find_deve(se_sess->se_node_acl, cmd->orig_fe_lun); in target_lun_is_rdonly()
|
D | target_core_pr.c | 239 cmd->se_lun->unpacked_lun, cmd->orig_fe_lun, in target_scsi2_reservation_release() 287 cmd->orig_fe_lun, in target_scsi2_reservation_reserve() 301 cmd->se_lun->unpacked_lun, cmd->orig_fe_lun, in target_scsi2_reservation_reserve() 338 se_deve = target_nacl_find_deve(nacl, cmd->orig_fe_lun); in core_scsi3_pr_seq_non_holder() 1536 NULL, cmd->orig_fe_lun, l_isid, in core_scsi3_decode_spec_i_port() 2103 NULL, cmd->orig_fe_lun, isid_ptr, in core_scsi3_emulate_pro_register()
|
D | target_core_transport.c | 1690 *unpacked_lun = se_cmd->orig_fe_lun; in target_lookup_lun_from_tag() 1849 cmd->orig_fe_lun, 0x2C, in transport_generic_request_failure() 3377 cmd->orig_fe_lun, 0x29, in target_tmr_work()
|
/Linux-v4.19/include/trace/events/ |
D | target.h | 148 __entry->unpacked_lun = cmd->orig_fe_lun; 186 __entry->unpacked_lun = cmd->orig_fe_lun;
|
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target_tmr.c | 165 if (ref_lun != ref_cmd->se_cmd.orig_fe_lun) { in iscsit_tmr_task_reassign() 168 ref_lun, ref_cmd->se_cmd.orig_fe_lun); in iscsit_tmr_task_reassign()
|
D | iscsi_target.c | 2765 int_to_scsilun(cmd->se_cmd.orig_fe_lun, in iscsit_build_datain_pdu() 3051 int_to_scsilun(cmd->se_cmd.orig_fe_lun, in iscsit_send_r2t()
|
/Linux-v4.19/include/target/ |
D | target_core_base.h | 465 u64 orig_fe_lun; member
|