| tag | line | file | source code |
| mt_op | 891 | drivers/block/ide-tape.c | int idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count); |
| mt_op | 898 | drivers/block/ide-tape.c | int idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count); |
| mt_op | 3845 | drivers/block/ide-tape.c | return (idetape_mtioctop (drive,mtop.mt_op,mtop.mt_count)); |
| mt_op | 3919 | drivers/block/ide-tape.c | int idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count) |
| mt_op | 3931 | drivers/block/ide-tape.c | printk ("Handling MTIOCTOP ioctl: mt_op=%d, mt_count=%d\n",mt_op,mt_count); |
| mt_op | 3938 | drivers/block/ide-tape.c | switch (mt_op) { |
| mt_op | 3945 | drivers/block/ide-tape.c | return (idetape_space_over_filemarks (drive,mt_op,mt_count)); |
| mt_op | 3957 | drivers/block/ide-tape.c | switch (mt_op) { |
| mt_op | 3986 | drivers/block/ide-tape.c | printk ("ide-tape: MTIO operation %d not supported\n",mt_op); |
| mt_op | 4001 | drivers/block/ide-tape.c | int idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count) |
| mt_op | 4034 | drivers/block/ide-tape.c | switch (mt_op) { |
| mt_op | 4055 | drivers/block/ide-tape.c | switch (mt_op) { |
| mt_op | 4077 | drivers/block/ide-tape.c | printk ("ide-tape: MTIO operation %d not supported\n",mt_op); |
| mt_op | 682 | drivers/char/ftape/ftape-ctl.c | TRACEx1(5, "calling MTIOCTOP command: 0x%08x", krnl_arg.mtop.mt_op); |
| mt_op | 683 | drivers/char/ftape/ftape-ctl.c | switch (krnl_arg.mtop.mt_op) { |
| mt_op | 707 | drivers/char/ftape/ftape-ctl.c | if (krnl_arg.mtop.mt_op == MTOFFL) { |
| mt_op | 802 | drivers/char/ftape/ftape-ctl.c | TRACEi(1, "MTIOCTOP sub-command not implemented:", krnl_arg.mtop.mt_op); |
| mt_op | 2692 | drivers/char/tpqic02.c | printk("OP op=%4x, count=%4x\n", operation.mt_op, operation.mt_count); |
| mt_op | 2698 | drivers/char/tpqic02.c | if (operation.mt_op == MTSEEK) { |
| mt_op | 2706 | drivers/char/tpqic02.c | if ((error = do_ioctl_cmd(operation.mt_op)) != 0) |
| mt_op | 2712 | drivers/char/tpqic02.c | if ((error = do_ioctl_cmd(operation.mt_op)) != 0) |
| mt_op | 1794 | drivers/scsi/st.c | if (mtc.mt_op == MTFSF || mtc.mt_op == MTEOM) { |
| mt_op | 1798 | drivers/scsi/st.c | else if (mtc.mt_op == MTBSF) { |
| mt_op | 1804 | drivers/scsi/st.c | i = flush_buffer(inode, file, mtc.mt_op == MTSEEK || |
| mt_op | 1805 | drivers/scsi/st.c | mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || |
| mt_op | 1806 | drivers/scsi/st.c | mtc.mt_op == MTRETEN || mtc.mt_op == MTEOM || |
| mt_op | 1807 | drivers/scsi/st.c | mtc.mt_op == MTLOCK || mtc.mt_op == MTLOAD); |
| mt_op | 1817 | drivers/scsi/st.c | if(mtc.mt_op != MTREW && |
| mt_op | 1818 | drivers/scsi/st.c | mtc.mt_op != MTOFFL && |
| mt_op | 1819 | drivers/scsi/st.c | mtc.mt_op != MTRETEN && |
| mt_op | 1820 | drivers/scsi/st.c | mtc.mt_op != MTERASE && |
| mt_op | 1821 | drivers/scsi/st.c | mtc.mt_op != MTSEEK && |
| mt_op | 1822 | drivers/scsi/st.c | mtc.mt_op != MTEOM) |
| mt_op | 1835 | drivers/scsi/st.c | if (mtc.mt_op != MTNOP && mtc.mt_op != MTSETBLK && |
| mt_op | 1836 | drivers/scsi/st.c | mtc.mt_op != MTSETDENSITY && mtc.mt_op != MTWSM && |
| mt_op | 1837 | drivers/scsi/st.c | mtc.mt_op != MTSETDRVBUFFER) |
| mt_op | 1840 | drivers/scsi/st.c | if (mtc.mt_op == MTOFFL && STp->door_locked != ST_UNLOCKED) |
| mt_op | 1843 | drivers/scsi/st.c | if (mtc.mt_op == MTSETDRVBUFFER && |
| mt_op | 1847 | drivers/scsi/st.c | return st_int_ioctl(inode, file, mtc.mt_op, mtc.mt_count); |
| mt_op | 16 | include/linux/mtio.h | short mt_op; /* operations defined below */ |