tag | line | file | source code |
mt_op | 2696 | drivers/char/tpqic02.c | printk("OP op=%4x, count=%4x\n", operation.mt_op, operation.mt_count); |
mt_op | 2702 | drivers/char/tpqic02.c | if (operation.mt_op == MTSEEK) { |
mt_op | 2710 | drivers/char/tpqic02.c | if ((error = do_ioctl_cmd(operation.mt_op)) != 0) |
mt_op | 2716 | drivers/char/tpqic02.c | if ((error = do_ioctl_cmd(operation.mt_op)) != 0) |
mt_op | 1701 | drivers/scsi/st.c | i = flush_buffer(inode, file, mtc.mt_op == MTSEEK || |
mt_op | 1702 | drivers/scsi/st.c | mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || |
mt_op | 1703 | drivers/scsi/st.c | mtc.mt_op == MTRETEN || mtc.mt_op == MTEOM); |
mt_op | 1706 | drivers/scsi/st.c | if (mtc.mt_op != MTNOP && mtc.mt_op != MTSETBLK && |
mt_op | 1707 | drivers/scsi/st.c | mtc.mt_op != MTSETDENSITY && mtc.mt_op != MTWSM && |
mt_op | 1708 | drivers/scsi/st.c | mtc.mt_op != MTSETDRVBUFFER) |
mt_op | 1711 | drivers/scsi/st.c | if (mtc.mt_op == MTSETDRVBUFFER && |
mt_op | 1715 | drivers/scsi/st.c | return st_int_ioctl(inode, file, mtc.mt_op, mtc.mt_count); |
mt_op | 17 | include/linux/mtio.h | short mt_op; /* operations defined below */ |