Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmtio.h51 #define MTSEEK 22 /* seek to block (Tandberg, etc.) */ macro
/linux-3.4.99/drivers/s390/char/
Dtape_char.c381 case MTSEEK: in __tapechar_ioctl()
Dtape_34xx.c1272 [MTSEEK] = tape_34xx_mtseek,
Dtape_3590.c1706 [MTSEEK] = tape_3590_mtseek,
/linux-3.4.99/Documentation/scsi/
Dst.txt326 MTSEEK Seek to tape block count. Uses Tandberg-compatible seek (QFA)
350 MTSEEK. In this case the tape is moved directly to the block
351 specified by MTSEEK. MTSETPART is inactive unless
386 the MTSEEK and MTIOCPOS for SCSI-2 drives instead of
/linux-3.4.99/drivers/scsi/
Dst.c3408 if (mtc.mt_op == MTSEEK) { in st_ioctl()
3428 mtc.mt_op == MTSEEK || in st_ioctl()
3450 mtc.mt_op != MTSEEK && in st_ioctl()
3516 if (mtc.mt_op == MTSEEK) { in st_ioctl()
Dosst.c5022 if (mtc.mt_op == MTSEEK) { in osst_ioctl()
5050 mtc.mt_op != MTSEEK && in osst_ioctl()
5137 if (mtc.mt_op == MTSEEK) { in osst_ioctl()
/linux-3.4.99/drivers/ide/
Dide-tape.c1335 case MTSEEK: in idetape_mtioctop()