Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dmtio.h51 #define MTSEEK 22 /* seek to block (Tandberg, etc.) */ macro
/linux-4.4.14/drivers/s390/char/
Dtape_char.c370 case MTSEEK: in __tapechar_ioctl()
Dtape_34xx.c1138 [MTSEEK] = tape_34xx_mtseek,
Dtape_3590.c1605 [MTSEEK] = tape_3590_mtseek,
/linux-4.4.14/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
443 the MTSEEK and MTIOCPOS for SCSI-2 drives instead of
/linux-4.4.14/drivers/scsi/
Dst.c3482 if (mtc.mt_op == MTSEEK) { in st_ioctl()
3502 mtc.mt_op == MTSEEK || in st_ioctl()
3524 mtc.mt_op != MTSEEK && in st_ioctl()
3590 if (mtc.mt_op == MTSEEK) { in st_ioctl()
Dosst.c5023 if (mtc.mt_op == MTSEEK) { in osst_ioctl()
5051 mtc.mt_op != MTSEEK && in osst_ioctl()
5138 if (mtc.mt_op == MTSEEK) { in osst_ioctl()
/linux-4.4.14/drivers/ide/
Dide-tape.c1335 case MTSEEK: in idetape_mtioctop()