Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dmtio.h52 #define MTSEEK 22 /* seek to block (Tandberg, etc.) */ macro
/linux-2.4.37.9/drivers/scsi/
DREADME.st246 MTSEEK Seek to tape block count. Uses Tandberg-compatible seek (QFA)
270 MTSEEK. In this case the tape is moved directly to the block
271 specified by MTSEEK. MTSETPART is inactive unless
306 the MTSEEK and MTIOCPOS for SCSI-2 drives instead of
Dst.c3162 if (mtc.mt_op == MTSEEK) { in st_ioctl()
3190 mtc.mt_op != MTSEEK && in st_ioctl()
3263 if (mtc.mt_op == MTSEEK) { in st_ioctl()
Dosst.c4863 if (mtc.mt_op == MTSEEK) { in osst_ioctl()
4889 mtc.mt_op != MTSEEK && in osst_ioctl()
4982 if (mtc.mt_op == MTSEEK) { in osst_ioctl()
/linux-2.4.37.9/drivers/char/
Dtpqic02.c1361 case MTSEEK: in do_ioctl_cmd()
2619 if (operation.mt_op == MTSEEK) { in qic02_tape_ioctl()
/linux-2.4.37.9/drivers/s390/char/
Dtapechar.c413 case MTSEEK: in tape_mtioctop()
/linux-2.4.37.9/drivers/ide/
Dide-tape.c5473 case MTSEEK: in idetape_mtioctop()