Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dmtio.h51 #define MTSEEK 22 /* seek to block (Tandberg, etc.) */ macro
/linux-4.1.27/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.1.27/Documentation/scsi/
Dst.txt324 MTSEEK Seek to tape block count. Uses Tandberg-compatible seek (QFA)
348 MTSEEK. In this case the tape is moved directly to the block
349 specified by MTSEEK. MTSETPART is inactive unless
384 the MTSEEK and MTIOCPOS for SCSI-2 drives instead of
/linux-4.1.27/drivers/scsi/
Dst.c3428 if (mtc.mt_op == MTSEEK) { in st_ioctl()
3448 mtc.mt_op == MTSEEK || in st_ioctl()
3470 mtc.mt_op != MTSEEK && in st_ioctl()
3536 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.1.27/drivers/ide/
Dide-tape.c1335 case MTSEEK: in idetape_mtioctop()