Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dmtio.h131 #define MTIOCPOS _IOR('m', 3, struct mtpos) /* get tape position */ macro
/Linux-v6.6/drivers/s390/char/
Dtape_char.c385 if (no == MTIOCPOS) { in __tapechar_ioctl()
454 no = MTIOCPOS; in tapechar_compat_ioctl()
/Linux-v6.6/Documentation/scsi/
Dst.rst519 the MTSEEK and MTIOCPOS for SCSI-2 drives instead of
597 MTIOCPOS
/Linux-v6.6/drivers/scsi/
Dst.c3810 if (cmd_type == _IOC_TYPE(MTIOCPOS) && cmd_nr == _IOC_NR(MTIOCPOS)) { in st_ioctl()
3856 cmd_in = MTIOCPOS; in st_compat_ioctl()