Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dmtio.h40 #define MTEOM 12 /* goto end of recorded media (for appending files). macro
/Linux-v4.19/drivers/s390/char/
Dtape_char.c367 case MTEOM: in __tapechar_ioctl()
Dtape_34xx.c1132 [MTEOM] = tape_std_mteom,
Dtape_3590.c1594 [MTEOM] = tape_std_mteom,
/Linux-v4.19/drivers/scsi/
Dst.c2856 case MTEOM: in st_int_ioctl()
2989 if (cmd_in == MTEOM) in st_int_ioctl()
3066 } else if (cmd_in == MTEOM) { in st_int_ioctl()
3567 mtc.mt_op == MTEOM) { in st_ioctl()
3585 mtc.mt_op == MTRETEN || mtc.mt_op == MTEOM || in st_ioctl()
3621 mtc.mt_op != MTEOM) { in st_ioctl()
Dosst.c4254 case MTEOM: in osst_int_ioctl()
4371 if (cmd_in == MTEOM) in osst_int_ioctl()
4416 } else if (cmd_in == MTBSR || cmd_in == MTFSR || cmd_in == MTWEOF || cmd_in == MTEOM) { in osst_int_ioctl()
5014 if (mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM|| mtc.mt_op == MTEOM) { in osst_ioctl()
5032 mtc.mt_op == MTRETEN || mtc.mt_op == MTEOM || in osst_ioctl()
5055 mtc.mt_op != MTEOM) { in osst_ioctl()
/Linux-v4.19/Documentation/scsi/
Dst.txt379 MTEOM Space to end of recorded data.
556 The MTEOM command is by default implemented as spacing over 32767
/Linux-v4.19/drivers/ide/
Dide-tape.c1318 case MTEOM: in idetape_mtioctop()