taglinefilesource code
mtpos3826drivers/block/ide-tape.cstruct mtpos mtpos;
mtpos3861drivers/block/ide-tape.cmtpos.mt_blkno=tape->block_address;
mtpos3862drivers/block/ide-tape.cretval=verify_area (VERIFY_WRITE,(char *) arg,sizeof (struct mtpos));
mtpos3864drivers/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)) {
mtpos2467drivers/scsi/st.cstruct mtpos mt_pos;
mtpos2670drivers/scsi/st.cif (_IOC_SIZE(cmd_in) != sizeof(struct mtpos))
mtpos2678drivers/scsi/st.cmemcpy_tofs((char *)arg, (char *) (&mt_pos), sizeof(struct mtpos));
mtpos177include/linux/mtio.h#define  MTIOCPOS  _IOR('m', 3, struct mtpos)  /* get tape position */