Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dmtio.h131 #define MTIOCPOS _IOR('m', 3, struct mtpos) /* get tape position */ macro
/Linux-v5.4/drivers/s390/char/
Dtape_char.c387 if (no == MTIOCPOS) { in __tapechar_ioctl()
/Linux-v5.4/drivers/ide/
Dide-tape.c1387 if (cmd == MTIOCGET || cmd == MTIOCPOS) { in do_idetape_chrdev_ioctl()
1413 case MTIOCPOS: in do_idetape_chrdev_ioctl()
/Linux-v5.4/fs/
Dcompat_ioctl.c396 kcmd = MTIOCPOS; in mt_ioctl_trans()
/Linux-v5.4/Documentation/scsi/
Dst.txt448 the MTSEEK and MTIOCPOS for SCSI-2 drives instead of
521 MTIOCPOS Reads the current position from the drive. Uses
/Linux-v5.4/drivers/scsi/
Dst.c3813 if (cmd_type == _IOC_TYPE(MTIOCPOS) && cmd_nr == _IOC_NR(MTIOCPOS)) { in st_ioctl()