Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dmtio.h52 #define MTSEEK 22 /* seek to block (Tandberg, etc.) */ macro
/linux-5.19.10/drivers/s390/char/
Dtape_char.c371 case MTSEEK: in __tapechar_ioctl()
Dtape_34xx.c1139 [MTSEEK] = tape_34xx_mtseek,
Dtape_3590.c1601 [MTSEEK] = tape_3590_mtseek,
/linux-5.19.10/Documentation/scsi/
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
/linux-5.19.10/drivers/scsi/
Dst.c3578 if (mtc.mt_op == MTSEEK) { in st_ioctl()
3598 mtc.mt_op == MTSEEK || in st_ioctl()
3620 mtc.mt_op != MTSEEK && in st_ioctl()
3691 if (mtc.mt_op == MTSEEK) { in st_ioctl()