Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dmtio.h71 struct mtget { struct
130 #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */
/linux-5.19.10/include/linux/
Dmtio.h31 static inline int put_user_mtget(void __user *u, struct mtget *k) in put_user_mtget()
/linux-5.19.10/drivers/s390/char/
Dtape_char.c397 struct mtget get; in __tapechar_ioctl()
/linux-5.19.10/drivers/scsi/
Dst.c3742 struct mtget mt_status; in st_ioctl()
3744 if (_IOC_SIZE(cmd_in) != sizeof(struct mtget)) { in st_ioctl()
/linux-5.19.10/Documentation/scsi/
Dst.rst602 The following ioctl uses the structure mtget to return the status: