taglinefilesource code
mtpos2565drivers/char/tpqic02.cstruct mtpos ioctl_tell;
mtpos2752drivers/char/tpqic02.cif (((iocmd & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtpos)) {
mtpos1521drivers/scsi/st.cstruct mtpos mt_pos;
mtpos1594drivers/scsi/st.cif (((cmd_in & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtpos))
mtpos1601drivers/scsi/st.ci = verify_area(VERIFY_WRITE, (void *)arg, sizeof(struct mtpos));
mtpos1649drivers/scsi/st.cmemcpy_tofs((char *)arg, (char *) (&mt_pos), sizeof(struct mtpos));
mtpos166include/linux/mtio.h#define  MTIOCPOS  _IOR('m', 3, struct mtpos)  /* get tape position */