tag | line | file | source code |
mt_count | 874 | drivers/block/ide-tape.c | int idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count); |
mt_count | 881 | drivers/block/ide-tape.c | int idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count); |
mt_count | 3809 | drivers/block/ide-tape.c | return (idetape_mtioctop (drive,mtop.mt_op,mtop.mt_count)); |
mt_count | 3883 | drivers/block/ide-tape.c | int idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count) |
mt_count | 3895 | drivers/block/ide-tape.c | printk ("Handling MTIOCTOP ioctl: mt_op=%d, mt_count=%d\n",mt_op,mt_count); |
mt_count | 3907 | drivers/block/ide-tape.c | return (idetape_space_over_filemarks (drive,mt_op,mt_count)); |
mt_count | 3923 | drivers/block/ide-tape.c | for (i=0;i<mt_count;i++) { |
mt_count | 3948 | drivers/block/ide-tape.c | return (idetape_position_tape (drive,mt_count)); |
mt_count | 3965 | drivers/block/ide-tape.c | int idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count) |
mt_count | 3996 | drivers/block/ide-tape.c | if (count == mt_count) { |
mt_count | 4020 | drivers/block/ide-tape.c | idetape_create_space_cmd (&pc,mt_count-count,IDETAPE_SPACE_OVER_FILEMARK); |
mt_count | 4025 | drivers/block/ide-tape.c | retval=idetape_mtioctop (drive,MTFSF,mt_count-count); |
mt_count | 4031 | drivers/block/ide-tape.c | idetape_create_space_cmd (&pc,-(mt_count+count),IDETAPE_SPACE_OVER_FILEMARK); |
mt_count | 4036 | drivers/block/ide-tape.c | retval=idetape_mtioctop (drive,MTBSF,mt_count+count); |
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 | 1790 | drivers/scsi/st.c | mtc.mt_count -= 1; |
mt_count | 1794 | drivers/scsi/st.c | mtc.mt_count += 1; |
mt_count | 1839 | drivers/scsi/st.c | (mtc.mt_count & MT_ST_OPTIONS) != 0) |
mt_count | 1840 | drivers/scsi/st.c | return st_set_options(inode, mtc.mt_count); |
mt_count | 1842 | 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 */ |