taglinefilesource code
mtpos2561drivers/char/tpqic02.cstruct mtpos ioctl_tell;
mtpos2748drivers/char/tpqic02.cif (((iocmd & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtpos)) {
mtpos1746drivers/scsi/st.cstruct mtpos mt_pos;
mtpos1849drivers/scsi/st.cif (((cmd_in & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtpos))
mtpos1856drivers/scsi/st.ci = verify_area(VERIFY_WRITE, (void *)arg, sizeof(struct mtpos));
mtpos1910drivers/scsi/st.cmemcpy_tofs((char *)arg, (char *) (&mt_pos), sizeof(struct mtpos));
mtpos142include/linux/mtio.h#define  MTIOCPOS  _IOR('m', 3, struct mtpos)  /* get tape position */