taglinefilesource code
mt_count890drivers/block/ide-tape.cint idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count);
mt_count897drivers/block/ide-tape.cint idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count);
mt_count3836drivers/block/ide-tape.creturn (idetape_mtioctop (drive,mtop.mt_op,mtop.mt_count));
mt_count3910drivers/block/ide-tape.cint idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count)
mt_count3922drivers/block/ide-tape.cprintk ("Handling MTIOCTOP ioctl: mt_op=%d, mt_count=%d\n",mt_op,mt_count);
mt_count3934drivers/block/ide-tape.cif (!mt_count)
mt_count3936drivers/block/ide-tape.creturn (idetape_space_over_filemarks (drive,mt_op,mt_count));
mt_count3950drivers/block/ide-tape.cfor (i=0;i<mt_count;i++) {
mt_count3975drivers/block/ide-tape.creturn (idetape_position_tape (drive,mt_count));
mt_count3992drivers/block/ide-tape.cint idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count)
mt_count4024drivers/block/ide-tape.cif (count == mt_count) {
mt_count4048drivers/block/ide-tape.cidetape_create_space_cmd (&pc,mt_count-count,IDETAPE_SPACE_OVER_FILEMARK);
mt_count4053drivers/block/ide-tape.cretval=idetape_mtioctop (drive,MTFSF,mt_count-count);
mt_count4059drivers/block/ide-tape.cidetape_create_space_cmd (&pc,-(mt_count+count),IDETAPE_SPACE_OVER_FILEMARK);
mt_count4064drivers/block/ide-tape.cretval=idetape_mtioctop (drive,MTBSF,mt_count+count);
mt_count750drivers/char/ftape/ftape-ctl.cresult = ftape_seek_eof(krnl_arg.mtop.mt_count);
mt_count763drivers/char/ftape/ftape-ctl.cresult = ftape_seek_eof(-krnl_arg.mtop.mt_count);
mt_count770drivers/char/ftape/ftape-ctl.ctracing = krnl_arg.mtop.mt_count;
mt_count790drivers/char/ftape/ftape-ctl.cresult = ftape_weof(krnl_arg.mtop.mt_count, ftape_seg_pos, 1);
mt_count792drivers/char/ftape/ftape-ctl.cftape_seg_pos += krnl_arg.mtop.mt_count - 1;
mt_count2692drivers/char/tpqic02.cprintk("OP op=%4x, count=%4x\n", operation.mt_op, operation.mt_count);
mt_count2694drivers/char/tpqic02.cif (operation.mt_count < 0)
mt_count2697drivers/char/tpqic02.cioctl_status.mt_resid = operation.mt_count;
mt_count2701drivers/char/tpqic02.cseek_addr_buf[0] = (operation.mt_count>>16)&0xff;
mt_count2702drivers/char/tpqic02.cseek_addr_buf[1] = (operation.mt_count>>8)&0xff;
mt_count2703drivers/char/tpqic02.cseek_addr_buf[2] = (operation.mt_count)&0xff;
mt_count2704drivers/char/tpqic02.cif (operation.mt_count>>24)
mt_count2710drivers/char/tpqic02.cwhile (operation.mt_count > 0) {
mt_count2711drivers/char/tpqic02.coperation.mt_count--;
mt_count2714drivers/char/tpqic02.cioctl_status.mt_resid = operation.mt_count;
mt_count1795drivers/scsi/st.cmtc.mt_count -= 1;
mt_count1799drivers/scsi/st.cmtc.mt_count += 1;
mt_count1844drivers/scsi/st.c(mtc.mt_count & MT_ST_OPTIONS) != 0)
mt_count1845drivers/scsi/st.creturn st_set_options(inode, mtc.mt_count);
mt_count1847drivers/scsi/st.creturn st_int_ioctl(inode, file, mtc.mt_op, mtc.mt_count);
mt_count17include/linux/mtio.hint  mt_count;  /* how many of them */