Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dmtio.h130 #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */ macro
/Linux-v5.4/drivers/s390/char/
Dtape_char.c399 if (no == MTIOCGET) { in __tapechar_ioctl()
/Linux-v5.4/Documentation/ide/
DChangeLog.ide-tape.1995-2002104 * the MTIOCGET ioctl.
136 * Return the real block size in the MTIOCGET ioctl.
/Linux-v5.4/drivers/ide/
Dide-tape.c1387 if (cmd == MTIOCGET || cmd == MTIOCPOS) { in do_idetape_chrdev_ioctl()
1399 case MTIOCGET: in do_idetape_chrdev_ioctl()
/Linux-v5.4/fs/
Dcompat_ioctl.c401 kcmd = MTIOCGET; in mt_ioctl_trans()
/Linux-v5.4/drivers/scsi/
Dst.c3745 if (cmd_type == _IOC_TYPE(MTIOCGET) && cmd_nr == _IOC_NR(MTIOCGET)) { in st_ioctl()
/Linux-v5.4/Documentation/scsi/
Dst.txt526 MTIOCGET Returns some status information.