taglinefilesource code
mtpos2569drivers/char/tpqic02.cstruct mtpos ioctl_tell;
mtpos2756drivers/char/tpqic02.cif (((iocmd & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtpos)) {
mtpos1648drivers/scsi/st.cstruct mtpos mt_pos;
mtpos1750drivers/scsi/st.cif (((cmd_in & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtpos))
mtpos1757drivers/scsi/st.ci = verify_area(VERIFY_WRITE, (void *)arg, sizeof(struct mtpos));
mtpos1805drivers/scsi/st.cmemcpy_tofs((char *)arg, (char *) (&mt_pos), sizeof(struct mtpos));
mtpos168include/linux/mtio.h#define  MTIOCPOS  _IOR('m', 3, struct mtpos)  /* get tape position */