taglinefilesource code
mtpos3781drivers/block/ide-tape.cstruct mtpos mtpos;
mtpos3820drivers/block/ide-tape.cmtpos.mt_blkno=tape->block_address;
mtpos3821drivers/block/ide-tape.cretval=verify_area (VERIFY_WRITE,(char *) arg,sizeof (struct mtpos));
mtpos3823drivers/block/ide-tape.cmemcpy_tofs ((char *) arg,(char *) &mtpos, sizeof (struct mtpos));
mtpos2564drivers/char/tpqic02.cstruct mtpos ioctl_tell;
mtpos2752drivers/char/tpqic02.cif (((iocmd & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtpos)) {
mtpos1751drivers/scsi/st.cstruct mtpos mt_pos;
mtpos1904drivers/scsi/st.cif (_IOC_SIZE(cmd_in) != sizeof(struct mtpos))
mtpos1911drivers/scsi/st.ci = verify_area(VERIFY_WRITE, (void *)arg, sizeof(struct mtpos));
mtpos1952drivers/scsi/st.cmemcpy_tofs((char *)arg, (char *) (&mt_pos), sizeof(struct mtpos));
mtpos175include/linux/mtio.h#define  MTIOCPOS  _IOR('m', 3, struct mtpos)  /* get tape position */