Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dmtio.h20 struct mtop { struct
129 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
/Linux-v6.1/drivers/block/paride/
Dpt.c708 struct mtop __user *p = (void __user *)arg; in pt_ioctl()
709 struct mtop mtop; in pt_ioctl() local
713 if (copy_from_user(&mtop, p, sizeof(struct mtop))) in pt_ioctl()
716 switch (mtop.mt_op) { in pt_ioctl()
733 mtop.mt_op); in pt_ioctl()
/Linux-v6.1/drivers/s390/char/
Dtape_char.c349 struct mtop op; in __tapechar_ioctl()
/Linux-v6.1/drivers/scsi/
Dst.c3539 struct mtop mtc; in st_ioctl()
3546 i = copy_from_user(&mtc, p, sizeof(struct mtop)); in st_ioctl()
/Linux-v6.1/Documentation/scsi/
Dst.rst393 The following use the structure mtop: