taglinefilesource code
mtop117include/linux/mtio.h#define  MTIOCTOP  _IOW('m', 1, struct mtop)  /* do a mag tape op */
mtop1093kernel/blk_drv/scsi/st.cstruct mtop mtc;
mtop1116kernel/blk_drv/scsi/st.cmemcpy_fromfs((char *) &mtc, (char *)arg, sizeof(struct mtop));