taglinefilesource code
mtop3819drivers/block/ide-tape.cstruct mtop mtop;
mtop3842drivers/block/ide-tape.cretval=verify_area (VERIFY_READ,(char *) arg,sizeof (struct mtop));
mtop3844drivers/block/ide-tape.cmemcpy_fromfs ((char *) &mtop, (char *) arg, sizeof (struct mtop));
mtop3845drivers/block/ide-tape.creturn (idetape_mtioctop (drive,mtop.mt_op,mtop.mt_count));
mtop655drivers/char/ftape/ftape-ctl.cstruct mtop mtop;
mtop673drivers/char/ftape/ftape-ctl.cmemcpy_fromfs(&krnl_arg.mtop, arg, arg_size);
mtop682drivers/char/ftape/ftape-ctl.cTRACEx1(5, "calling MTIOCTOP command: 0x%08x", krnl_arg.mtop.mt_op);
mtop683drivers/char/ftape/ftape-ctl.cswitch (krnl_arg.mtop.mt_op) {
mtop707drivers/char/ftape/ftape-ctl.cif (krnl_arg.mtop.mt_op == MTOFFL) {
mtop749drivers/char/ftape/ftape-ctl.cresult = ftape_seek_eof(krnl_arg.mtop.mt_count);
mtop762drivers/char/ftape/ftape-ctl.cresult = ftape_seek_eof(-krnl_arg.mtop.mt_count);
mtop769drivers/char/ftape/ftape-ctl.ctracing = krnl_arg.mtop.mt_count;
mtop789drivers/char/ftape/ftape-ctl.cresult = ftape_weof(krnl_arg.mtop.mt_count, ftape_seg_pos, 1);
mtop791drivers/char/ftape/ftape-ctl.cftape_seg_pos += krnl_arg.mtop.mt_count - 1;
mtop802drivers/char/ftape/ftape-ctl.cTRACEi(1, "MTIOCTOP sub-command not implemented:", krnl_arg.mtop.mt_op);
mtop2561drivers/char/tpqic02.cstruct mtop operation;
mtop2669drivers/char/tpqic02.cif (((iocmd & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtop)) {
mtop1755drivers/scsi/st.cstruct mtop mtc;
mtop1789drivers/scsi/st.cmemcpy_fromfs((char *) &mtc, (char *)arg, sizeof(struct mtop));
mtop173include/linux/mtio.h#define  MTIOCTOP  _IOW('m', 1, struct mtop)  /* do a mag tape op */