Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dmtio.h131 #define MTIOCPOS _IOR('m', 3, struct mtpos) /* get tape position */ macro
/Linux-v4.19/drivers/s390/char/
Dtape_char.c387 if (no == MTIOCPOS) { in __tapechar_ioctl()
/Linux-v4.19/drivers/ide/
Dide-tape.c1387 if (cmd == MTIOCGET || cmd == MTIOCPOS) { in do_idetape_chrdev_ioctl()
1413 case MTIOCPOS: in do_idetape_chrdev_ioctl()
/Linux-v4.19/fs/
Dcompat_ioctl.c504 kcmd = MTIOCPOS; in mt_ioctl_trans()
/Linux-v4.19/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-v4.19/drivers/scsi/
Dst.c3809 if (cmd_type == _IOC_TYPE(MTIOCPOS) && cmd_nr == _IOC_NR(MTIOCPOS)) { in st_ioctl()
Dosst.c5243 if (cmd_type == _IOC_TYPE(MTIOCPOS) && cmd_nr == _IOC_NR(MTIOCPOS)) { in osst_ioctl()