Symbol: PERSISTENT_RESERVE_IN
drivers/scsi/constants.c
248
{PERSISTENT_RESERVE_IN, pr_in_arr, PR_IN_SZ},
drivers/scsi/sd.c
1974
u8 cmd[10] = { PERSISTENT_RESERVE_IN, sa };
drivers/target/target_core_alua.c
559
case PERSISTENT_RESERVE_IN:
drivers/target/target_core_device.c
1148
((cdb[0] == PERSISTENT_RESERVE_IN) ||
drivers/target/target_core_device.c
1162
if (cdb[0] == PERSISTENT_RESERVE_IN) {
drivers/target/target_core_pr.c
476
case PERSISTENT_RESERVE_IN:
drivers/target/target_core_spc.c
1685
.opcode = PERSISTENT_RESERVE_IN,
drivers/target/target_core_spc.c
1688
.usage_bits = {PERSISTENT_RESERVE_IN, PRI_READ_KEYS, 0x00, 0x00,
drivers/target/target_core_spc.c
1696
.opcode = PERSISTENT_RESERVE_IN,
drivers/target/target_core_spc.c
1699
.usage_bits = {PERSISTENT_RESERVE_IN, PRI_READ_RESERVATION, 0x00, 0x00,
drivers/target/target_core_spc.c
1737
case PERSISTENT_RESERVE_IN:
drivers/target/target_core_spc.c
1749
.opcode = PERSISTENT_RESERVE_IN,
drivers/target/target_core_spc.c
1752
.usage_bits = {PERSISTENT_RESERVE_IN, PRI_REPORT_CAPABILITIES, 0x00, 0x00,
drivers/target/target_core_spc.c
1761
.opcode = PERSISTENT_RESERVE_IN,
drivers/target/target_core_spc.c
1764
.usage_bits = {PERSISTENT_RESERVE_IN, PRI_READ_FULL_STATUS, 0x00, 0x00,
drivers/target/target_core_spc.c
2405
case PERSISTENT_RESERVE_IN:
drivers/target/target_core_spc.c
2433
case PERSISTENT_RESERVE_IN:
drivers/usb/gadget/function/f_tcm.c
1027
case PERSISTENT_RESERVE_IN:
include/scsi/scsi_dbg.h
37
case PERSISTENT_RESERVE_IN:
include/trace/events/scsi.h
77
scsi_opcode_name(PERSISTENT_RESERVE_IN), \
include/trace/events/target.h
79
scsi_opcode_name(PERSISTENT_RESERVE_IN), \