Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dmtio.h52 #define MTSEEK 22 /* seek to block (Tandberg, etc.) */ macro
/Linux-v4.19/drivers/s390/char/
Dtape_char.c371 case MTSEEK: in __tapechar_ioctl()
Dtape_34xx.c1139 [MTSEEK] = tape_34xx_mtseek,
Dtape_3590.c1601 [MTSEEK] = tape_3590_mtseek,
/Linux-v4.19/Documentation/scsi/
Dst.txt383 MTSEEK Seek to tape block count. Uses Tandberg-compatible seek (QFA)
407 MTSEEK. In this case the tape is moved directly to the block
408 specified by MTSEEK. MTSETPART is inactive unless
448 the MTSEEK and MTIOCPOS for SCSI-2 drives instead of
/Linux-v4.19/drivers/scsi/
Dst.c3578 if (mtc.mt_op == MTSEEK) { in st_ioctl()
3598 mtc.mt_op == MTSEEK || in st_ioctl()
3620 mtc.mt_op != MTSEEK && in st_ioctl()
3691 if (mtc.mt_op == MTSEEK) { in st_ioctl()
Dosst.c5026 if (mtc.mt_op == MTSEEK) { in osst_ioctl()
5054 mtc.mt_op != MTSEEK && in osst_ioctl()
5141 if (mtc.mt_op == MTSEEK) { in osst_ioctl()
/Linux-v4.19/drivers/ide/
Dide-tape.c1337 case MTSEEK: in idetape_mtioctop()