Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dmtio.h131 #define MTIOCPOS _IOR('m', 3, struct mtpos) /* get tape position */ macro
/Linux-v5.10/drivers/s390/char/
Dtape_char.c387 if (no == MTIOCPOS) { in __tapechar_ioctl()
456 no = MTIOCPOS; in tapechar_compat_ioctl()
/Linux-v5.10/drivers/ide/
Dide-tape.c1388 if (cmd == MTIOCGET || cmd == MTIOCPOS) { in do_idetape_chrdev_ioctl()
1412 case MTIOCPOS: in do_idetape_chrdev_ioctl()
1438 cmd = MTIOCPOS; in idetape_chrdev_compat_ioctl()
/Linux-v5.10/Documentation/scsi/
Dst.rst519 the MTSEEK and MTIOCPOS for SCSI-2 drives instead of
597 MTIOCPOS
/Linux-v5.10/drivers/scsi/
Dst.c3809 if (cmd_type == _IOC_TYPE(MTIOCPOS) && cmd_nr == _IOC_NR(MTIOCPOS)) { in st_ioctl_common()
3881 return st_ioctl_common(file, MTIOCPOS, p); in st_compat_ioctl()