Searched refs:mtop (Results 1 – 5 of 5) sorted by relevance
20 struct mtop { struct129 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
708 struct mtop __user *p = (void __user *)arg; in pt_ioctl()709 struct mtop mtop; in pt_ioctl() local713 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()
349 struct mtop op; in __tapechar_ioctl()
3539 struct mtop mtc; in st_ioctl()3546 i = copy_from_user(&mtc, p, sizeof(struct mtop)); in st_ioctl()
393 The following use the structure mtop: