tag | line | file | source code |
mt_op | 2382 | drivers/char/tpqic02.c | printk("OP op=%4x, count=%4x\n", operation.mt_op, operation.mt_count); |
mt_op | 2388 | drivers/char/tpqic02.c | if (operation.mt_op == MTSEEK) { |
mt_op | 2395 | drivers/char/tpqic02.c | if ((error = do_ioctl_cmd(operation.mt_op)) != 0) |
mt_op | 2401 | drivers/char/tpqic02.c | if ((error = do_ioctl_cmd(operation.mt_op)) != 0) |
mt_op | 1315 | drivers/scsi/st.c | i = flush_buffer(inode, file, mtc.mt_op == MTSEEK || |
mt_op | 1316 | drivers/scsi/st.c | mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || |
mt_op | 1317 | drivers/scsi/st.c | mtc.mt_op == MTRETEN || mtc.mt_op == MTEOM); |
mt_op | 1321 | 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 */ |