taglinefilesource code
mtop2564drivers/char/tpqic02.cstruct mtop operation;
mtop2671drivers/char/tpqic02.cif (((iocmd & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtop)) {
mtop1625drivers/scsi/st.cstruct mtop mtc;
mtop1650drivers/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 */