tag | line | file | source code |
mt_op | 2688 | drivers/char/tpqic02.c | printk("OP op=%4x, count=%4x\n", operation.mt_op, operation.mt_count); |
mt_op | 2694 | drivers/char/tpqic02.c | if (operation.mt_op == MTSEEK) { |
mt_op | 2702 | drivers/char/tpqic02.c | if ((error = do_ioctl_cmd(operation.mt_op)) != 0) |
mt_op | 2708 | drivers/char/tpqic02.c | if ((error = do_ioctl_cmd(operation.mt_op)) != 0) |
mt_op | 1836 | drivers/scsi/st.c | if(mtc.mt_op != MTREW && |
mt_op | 1837 | drivers/scsi/st.c | mtc.mt_op != MTOFFL && |
mt_op | 1838 | drivers/scsi/st.c | mtc.mt_op != MTRESET && |
mt_op | 1839 | drivers/scsi/st.c | mtc.mt_op != MTRETEN && |
mt_op | 1840 | drivers/scsi/st.c | mtc.mt_op != MTEOM) |
mt_op | 1847 | drivers/scsi/st.c | i = flush_buffer(inode, file, mtc.mt_op == MTSEEK || |
mt_op | 1848 | drivers/scsi/st.c | mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || |
mt_op | 1849 | drivers/scsi/st.c | mtc.mt_op == MTRETEN || mtc.mt_op == MTEOM || |
mt_op | 1850 | drivers/scsi/st.c | mtc.mt_op == MTLOCK || mtc.mt_op == MTLOAD); |
mt_op | 1853 | drivers/scsi/st.c | if (mtc.mt_op != MTNOP && mtc.mt_op != MTSETBLK && |
mt_op | 1854 | drivers/scsi/st.c | mtc.mt_op != MTSETDENSITY && mtc.mt_op != MTWSM && |
mt_op | 1855 | drivers/scsi/st.c | mtc.mt_op != MTSETDRVBUFFER) |
mt_op | 1858 | drivers/scsi/st.c | if (mtc.mt_op == MTOFFL && STp->door_locked != ST_UNLOCKED) |
mt_op | 1861 | drivers/scsi/st.c | if (mtc.mt_op == MTSETDRVBUFFER && |
mt_op | 1865 | 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 */ |