Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmtio.h52 #define MTSEEK 22 /* seek to block (Tandberg, etc.) */ macro
/openbmc/linux/drivers/s390/char/
H A Dtape_char.c371 case MTSEEK: in __tapechar_ioctl()
H A Dtape_34xx.c1139 [MTSEEK] = tape_34xx_mtseek,
H A Dtape_3590.c1601 [MTSEEK] = tape_3590_mtseek,
/openbmc/linux/Documentation/scsi/
H A Dst.rst433 MTSEEK
464 MTSEEK. In this case the tape is moved directly to the block
465 specified by MTSEEK. MTSETPART is inactive unless
519 the MTSEEK and MTIOCPOS for SCSI-2 drives instead of
/openbmc/linux/drivers/scsi/
H A Dst.c3589 if (mtc.mt_op == MTSEEK) { in st_ioctl()
3609 mtc.mt_op == MTSEEK || in st_ioctl()
3632 mtc.mt_op != MTSEEK && in st_ioctl()
3703 if (mtc.mt_op == MTSEEK) { in st_ioctl()