Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dmtio.h52 #define MTSEEK 22 /* seek to block (Tandberg, etc.) */ macro
/Linux-v5.4/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-v5.4/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-v5.4/drivers/scsi/
Dst.c3582 if (mtc.mt_op == MTSEEK) { in st_ioctl()
3602 mtc.mt_op == MTSEEK || in st_ioctl()
3624 mtc.mt_op != MTSEEK && in st_ioctl()
3695 if (mtc.mt_op == MTSEEK) { in st_ioctl()
/Linux-v5.4/drivers/ide/
Dide-tape.c1337 case MTSEEK: in idetape_mtioctop()