Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dmtio.h20 struct mtop { struct
129 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
/linux/drivers/block/paride/
A 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/drivers/s390/char/
A Dtape_char.c349 struct mtop op; in __tapechar_ioctl()
/linux/drivers/scsi/
A Dst.c3536 struct mtop mtc; in st_ioctl()
3543 i = copy_from_user(&mtc, p, sizeof(struct mtop)); in st_ioctl()
/linux/Documentation/scsi/
A Dst.rst393 The following use the structure mtop:

Completed in 20 milliseconds