Home
last modified time | relevance | path

Searched refs:MTEOM (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dmtio.h39 #define MTEOM 12 /* goto end of recorded media (for appending files). macro
/linux-4.1.27/drivers/s390/char/
Dtape_char.c366 case MTEOM: in __tapechar_ioctl()
Dtape_34xx.c1131 [MTEOM] = tape_std_mteom,
Dtape_3590.c1598 [MTEOM] = tape_std_mteom,
/linux-4.1.27/drivers/scsi/
Dst.c2801 case MTEOM: in st_int_ioctl()
2934 if (cmd_in == MTEOM) in st_int_ioctl()
3011 } else if (cmd_in == MTEOM) { in st_int_ioctl()
3417 mtc.mt_op == MTEOM) { in st_ioctl()
3435 mtc.mt_op == MTRETEN || mtc.mt_op == MTEOM || in st_ioctl()
3471 mtc.mt_op != MTEOM) { in st_ioctl()
Dosst.c4251 case MTEOM: in osst_int_ioctl()
4368 if (cmd_in == MTEOM) in osst_int_ioctl()
4413 } else if (cmd_in == MTBSR || cmd_in == MTFSR || cmd_in == MTWEOF || cmd_in == MTEOM) { in osst_int_ioctl()
5011 if (mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM|| mtc.mt_op == MTEOM) { in osst_ioctl()
5029 mtc.mt_op == MTRETEN || mtc.mt_op == MTEOM || in osst_ioctl()
5052 mtc.mt_op != MTEOM) { in osst_ioctl()
/linux-4.1.27/Documentation/scsi/
Dst.txt320 MTEOM Space to end of recorded data.
492 The MTEOM command is by default implemented as spacing over 32767
DChangeLog.1992-1997480 * README.st: Document MTEOM.
/linux-4.1.27/drivers/ide/
Dide-tape.c1316 case MTEOM: in idetape_mtioctop()