Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dmtio.h52 #define MTSEEK 22 /* seek to block (Tandberg, etc.) */ macro
/linux-6.15/drivers/s390/char/
H A Dtape_char.c370 case MTSEEK: in __tapechar_ioctl()
H A Dtape_34xx.c1139 [MTSEEK] = tape_34xx_mtseek,
H A Dtape_3590.c1601 [MTSEEK] = tape_3590_mtseek,
/linux-6.15/Documentation/scsi/
H A Dst.rst438 MTSEEK
469 MTSEEK. In this case the tape is moved directly to the block
470 specified by MTSEEK. MTSETPART is inactive unless
524 the MTSEEK and MTIOCPOS for SCSI-2 drives instead of
/linux-6.15/drivers/scsi/
H A Dst.c3613 if (mtc.mt_op == MTSEEK) { in st_ioctl()
3633 mtc.mt_op == MTSEEK || in st_ioctl()
3656 mtc.mt_op != MTSEEK && in st_ioctl()
3664 if (mtc.mt_op == MTREW || mtc.mt_op == MTSEEK || in st_ioctl()
3741 if (mtc.mt_op == MTSEEK) { in st_ioctl()