tag | line | file | source code |
mt_count | 891 | drivers/block/ide-tape.c | int idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count); |
mt_count | 898 | drivers/block/ide-tape.c | int idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count); |
mt_count | 3845 | drivers/block/ide-tape.c | return (idetape_mtioctop (drive,mtop.mt_op,mtop.mt_count)); |
mt_count | 3919 | drivers/block/ide-tape.c | int idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count) |
mt_count | 3931 | drivers/block/ide-tape.c | printk ("Handling MTIOCTOP ioctl: mt_op=%d, mt_count=%d\n",mt_op,mt_count); |
mt_count | 3943 | drivers/block/ide-tape.c | if (!mt_count) |
mt_count | 3945 | drivers/block/ide-tape.c | return (idetape_space_over_filemarks (drive,mt_op,mt_count)); |
mt_count | 3959 | drivers/block/ide-tape.c | for (i=0;i<mt_count;i++) { |
mt_count | 3984 | drivers/block/ide-tape.c | return (idetape_position_tape (drive,mt_count)); |
mt_count | 4001 | drivers/block/ide-tape.c | int idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count) |
mt_count | 4033 | drivers/block/ide-tape.c | if (count == mt_count) { |
mt_count | 4057 | drivers/block/ide-tape.c | idetape_create_space_cmd (&pc,mt_count-count,IDETAPE_SPACE_OVER_FILEMARK); |
mt_count | 4062 | drivers/block/ide-tape.c | retval=idetape_mtioctop (drive,MTFSF,mt_count-count); |
mt_count | 4068 | drivers/block/ide-tape.c | idetape_create_space_cmd (&pc,-(mt_count+count),IDETAPE_SPACE_OVER_FILEMARK); |
mt_count | 4073 | drivers/block/ide-tape.c | retval=idetape_mtioctop (drive,MTBSF,mt_count+count); |
mt_count | 749 | drivers/char/ftape/ftape-ctl.c | result = ftape_seek_eof(krnl_arg.mtop.mt_count); |
mt_count | 762 | drivers/char/ftape/ftape-ctl.c | result = ftape_seek_eof(-krnl_arg.mtop.mt_count); |
mt_count | 769 | drivers/char/ftape/ftape-ctl.c | tracing = krnl_arg.mtop.mt_count; |
mt_count | 789 | drivers/char/ftape/ftape-ctl.c | result = ftape_weof(krnl_arg.mtop.mt_count, ftape_seg_pos, 1); |
mt_count | 791 | drivers/char/ftape/ftape-ctl.c | ftape_seg_pos += krnl_arg.mtop.mt_count - 1; |
mt_count | 2692 | drivers/char/tpqic02.c | printk("OP op=%4x, count=%4x\n", operation.mt_op, operation.mt_count); |
mt_count | 2694 | drivers/char/tpqic02.c | if (operation.mt_count < 0) |
mt_count | 2697 | drivers/char/tpqic02.c | ioctl_status.mt_resid = operation.mt_count; |
mt_count | 2701 | drivers/char/tpqic02.c | seek_addr_buf[0] = (operation.mt_count>>16)&0xff; |
mt_count | 2702 | drivers/char/tpqic02.c | seek_addr_buf[1] = (operation.mt_count>>8)&0xff; |
mt_count | 2703 | drivers/char/tpqic02.c | seek_addr_buf[2] = (operation.mt_count)&0xff; |
mt_count | 2704 | drivers/char/tpqic02.c | if (operation.mt_count>>24) |
mt_count | 2710 | drivers/char/tpqic02.c | while (operation.mt_count > 0) { |
mt_count | 2711 | drivers/char/tpqic02.c | operation.mt_count--; |
mt_count | 2714 | drivers/char/tpqic02.c | ioctl_status.mt_resid = operation.mt_count; |
mt_count | 1795 | drivers/scsi/st.c | mtc.mt_count -= 1; |
mt_count | 1799 | drivers/scsi/st.c | mtc.mt_count += 1; |
mt_count | 1844 | drivers/scsi/st.c | (mtc.mt_count & MT_ST_OPTIONS) != 0) |
mt_count | 1845 | drivers/scsi/st.c | return st_set_options(inode, mtc.mt_count); |
mt_count | 1847 | drivers/scsi/st.c | return st_int_ioctl(inode, file, mtc.mt_op, mtc.mt_count); |
mt_count | 17 | include/linux/mtio.h | int mt_count; /* how many of them */ |