Home
last modified time | relevance | path

Searched refs:MTWSM (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dmtio.h58 #define MTWSM 27 /* write setmarks */ macro
/linux-2.4.37.9/drivers/scsi/
Dst.c2468 case MTWSM: in st_int_ioctl()
2472 if (cmd_in == MTWSM) in st_int_ioctl()
2489 at_sm = (cmd_in == MTWSM); in st_int_ioctl()
3208 mtc.mt_op != MTSETDENSITY && mtc.mt_op != MTWSM && in st_ioctl()
Dosst.c3978 case MTWSM: in osst_int_ioctl()
3984 if (cmd_in == MTWSM) in osst_int_ioctl()
3998 at_sm = (cmd_in == MTWSM); in osst_int_ioctl()
4909 mtc.mt_op != MTWEOF && mtc.mt_op != MTWSM ) { in osst_ioctl()
DREADME.st239 MTWSM Write count setmarks.
DChangeLog948 add support for MTFSS, MTBSS, MTWSM commands.