taglinefilesource code
mtop2566drivers/char/tpqic02.cstruct mtop operation;
mtop2673drivers/char/tpqic02.cif (((iocmd & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtop)) {
mtop1647drivers/scsi/st.cstruct mtop mtc;
mtop1672drivers/scsi/st.cmemcpy_fromfs((char *) &mtc, (char *)arg, sizeof(struct mtop));
mtop166include/linux/mtio.h#define  MTIOCTOP  _IOW('m', 1, struct mtop)  /* do a mag tape op */