Searched refs:WRITE_SAME (Results 1 - 20 of 20) sorted by relevance
/linux-4.1.27/tools/lib/traceevent/ |
H A D | plugin_scsi.c | 66 #define WRITE_SAME 0x41 macro 188 if (cdb[0] == WRITE_SAME) scsi_trace_rw10() 265 cmd = "WRITE_SAME"; scsi_trace_rw32() 386 case WRITE_SAME: scsi_trace_parse_cdb()
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_trace.c | 63 if (cdb[0] == WRITE_SAME) scsi_trace_rw10() 143 cmd = "WRITE_SAME"; scsi_trace_rw32() 268 case WRITE_SAME: scsi_trace_parse_cdb()
|
H A D | sd.h | 131 case WRITE_SAME: scsi_medium_access_command()
|
H A D | sd.c | 739 cmd->cmnd[0] = WRITE_SAME; sd_setup_discard_cmnd() 843 cmd->cmnd[0] = WRITE_SAME; sd_setup_write_same_cmnd() 852 * For WRITE_SAME the data transferred in the DATA IN buffer is sd_setup_write_same_cmnd() 1713 case WRITE_SAME: sd_done() 2684 if (scsi_report_opcode(sdev, buffer, SD_BUF_SIZE, WRITE_SAME) == 1) sd_read_write_same()
|
H A D | storvsc_drv.c | 1535 /* the host does not handle WRITE_SAME, log accident usage */ storvsc_scsi_cmd_ok() 1536 case WRITE_SAME: storvsc_scsi_cmd_ok()
|
H A D | in2000.c | 264 case WRITE_SAME: is_dir_out()
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_sbc.c | 160 if (cmd->t_task_cdb[0] == WRITE_SAME) sbc_get_write_same_sectors() 272 pr_err("WRITE_SAME PBDATA and LBDATA" sbc_setup_write_same() 278 pr_warn("WRITE_SAME sectors: %u exceeds max_write_same_len: %u\n", sbc_setup_write_same() 287 pr_err("WRITE_SAME exceeds last lba %llu (lba %llu, sectors %u)\n", sbc_setup_write_same() 298 * Special case for WRITE_SAME w/ UNMAP=1 that ends up getting sbc_setup_write_same() 306 pr_err("Got WRITE_SAME w/ UNMAP=1, but backend device" sbc_setup_write_same() 925 pr_err("WSNZ=1, WRITE_SAME w/sectors=0 not" sbc_parse_cdb() 1017 pr_err("WSNZ=1, WRITE_SAME w/sectors=0 not supported\n"); sbc_parse_cdb() 1028 case WRITE_SAME: sbc_parse_cdb() 1031 pr_err("WSNZ=1, WRITE_SAME w/sectors=0 not supported\n"); sbc_parse_cdb() 1039 * Follow sbcr26 with WRITE_SAME (10) and check for the existence sbc_parse_cdb()
|
H A D | target_core_iblock.c | 132 * the QUEUE_FLAG_DISCARD bit for UNMAP/WRITE_SAME in SCSI + TRIM iblock_configure_device() 153 * the smaller WRITE_SAME(10) only has a two-byte block count. iblock_configure_device() 468 pr_err("WRITE_SAME: Protection information with IBLOCK" iblock_execute_write_same() 476 pr_err("WRITE_SAME: Illegal SGL t_data_nents: %u length: %u" iblock_execute_write_same()
|
H A D | target_core_file.c | 170 * the QUEUE_FLAG_DISCARD bit for UNMAP/WRITE_SAME in SCSI + TRIM fd_configure_device() 189 * the smaller WRITE_SAME(10) only has a two-byte block count. fd_configure_device() 216 * Limit WRITE_SAME w/ UNMAP=0 emulation to 8k Number of LBAs (NoLB) fd_configure_device() 445 pr_err("WRITE_SAME: Protection information with FILEIO" fd_execute_write_same() 452 pr_err("WRITE_SAME: Illegal SGL t_data_nents: %u length: %u" fd_execute_write_same()
|
H A D | target_core_device.c | 919 pr_debug("dev[%p]: SE Device Thin Provisioning WRITE_SAME: %d\n", se_dev_set_emulate_tpws()
|
/linux-4.1.27/drivers/usb/storage/ |
H A D | debug.c | 111 case WRITE_SAME: what = "WRITE_SAME"; break; usb_stor_show_command()
|
/linux-4.1.27/include/trace/events/ |
H A D | target.h | 68 scsi_opcode_name(WRITE_SAME), \
|
H A D | scsi.h | 66 scsi_opcode_name(WRITE_SAME), \
|
/linux-4.1.27/drivers/usb/image/ |
H A D | microtek.c | 278 case WRITE_SAME: what = "WRITE_SAME"; break; mts_show_command()
|
/linux-4.1.27/include/scsi/ |
H A D | scsi.h | 109 #define WRITE_SAME 0x41 macro
|
/linux-4.1.27/include/target/ |
H A D | target_core_base.h | 97 * Emulation for Thin Provisioning WRITE_SAME w/ UNMAP=1 bit using
|
/linux-4.1.27/include/linux/ |
H A D | device-mapper.h | 92 * Does any underlying device not support WRITE_SAME?
|
/linux-4.1.27/drivers/staging/rts5208/ |
H A D | rtsx_scsi.c | 185 case WRITE_SAME: scsi_show_command() 186 what = "WRITE_SAME"; scsi_show_command()
|
/linux-4.1.27/drivers/message/fusion/ |
H A D | mptspi.c | 1422 /* VMWare emulation doesn't properly implement WRITE_SAME mptspi_probe()
|
/linux-4.1.27/drivers/scsi/arm/ |
H A D | acornscsi.c | 606 case UPDATE_BLOCK: case WRITE_LONG: case WRITE_SAME: acornscsi_datadirection()
|
Completed in 266 milliseconds