taglinefilesource code
mtpos3812drivers/block/ide-tape.cstruct mtpos mtpos;
mtpos3847drivers/block/ide-tape.cmtpos.mt_blkno=tape->block_address;
mtpos3848drivers/block/ide-tape.cretval=verify_area (VERIFY_WRITE,(char *) arg,sizeof (struct mtpos));
mtpos3850drivers/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)) {
mtpos1756drivers/scsi/st.cstruct mtpos mt_pos;
mtpos1913drivers/scsi/st.cif (_IOC_SIZE(cmd_in) != sizeof(struct mtpos))
mtpos1920drivers/scsi/st.ci = verify_area(VERIFY_WRITE, (void *)arg, sizeof(struct mtpos));
mtpos1961drivers/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 */