Searched refs:PERSISTENT_RESERVE_OUT (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/target/ |
H A D | target_core_spc.c | 1686 case PERSISTENT_RESERVE_OUT: in tcm_is_pr_enabled() 1734 .opcode = PERSISTENT_RESERVE_OUT, 1737 .usage_bits = {PERSISTENT_RESERVE_OUT, PRO_REGISTER, 0xff, 0x00, 1746 .opcode = PERSISTENT_RESERVE_OUT, 1749 .usage_bits = {PERSISTENT_RESERVE_OUT, PRO_RESERVE, 0xff, 0x00, 1758 .opcode = PERSISTENT_RESERVE_OUT, 1761 .usage_bits = {PERSISTENT_RESERVE_OUT, PRO_RELEASE, 0xff, 0x00, 1770 .opcode = PERSISTENT_RESERVE_OUT, 1773 .usage_bits = {PERSISTENT_RESERVE_OUT, PRO_CLEAR, 0xff, 0x00, 1782 .opcode = PERSISTENT_RESERVE_OUT, [all …]
|
H A D | target_core_device.c | 1080 (cdb[0] == PERSISTENT_RESERVE_OUT) || in passthrough_parse_cdb() 1098 if (cdb[0] == PERSISTENT_RESERVE_OUT) { in passthrough_parse_cdb()
|
H A D | target_core_alua.c | 560 case PERSISTENT_RESERVE_OUT: in core_alua_state_standby()
|
H A D | target_core_pr.c | 392 case PERSISTENT_RESERVE_OUT: in core_scsi3_pr_seq_non_holder()
|
/linux/include/scsi/ |
H A D | scsi_dbg.h | 38 case PERSISTENT_RESERVE_OUT: in scsi_opcode_sa_name()
|
H A D | scsi_proto.h | 86 #define PERSISTENT_RESERVE_OUT 0x5f macro
|
/linux/drivers/scsi/ |
H A D | constants.c | 249 {PERSISTENT_RESERVE_OUT, pr_out_arr, PR_OUT_SZ},
|
H A D | sd.c | 2060 cmd[0] = PERSISTENT_RESERVE_OUT; in sd_pr_out_command()
|
/linux/include/trace/events/ |
H A D | target.h | 80 scsi_opcode_name(PERSISTENT_RESERVE_OUT), \
|
H A D | scsi.h | 78 scsi_opcode_name(PERSISTENT_RESERVE_OUT), \
|
/linux/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 928 case PERSISTENT_RESERVE_OUT: in get_cmd_dir()
|