taglinefilesource code
mt_count894drivers/block/ide-tape.cint idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count);
mt_count901drivers/block/ide-tape.cint idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count);
mt_count3849drivers/block/ide-tape.creturn (idetape_mtioctop (drive,mtop.mt_op,mtop.mt_count));
mt_count3923drivers/block/ide-tape.cint idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count)
mt_count3935drivers/block/ide-tape.cprintk ("Handling MTIOCTOP ioctl: mt_op=%d, mt_count=%d\n",mt_op,mt_count);
mt_count3947drivers/block/ide-tape.cif (!mt_count)
mt_count3949drivers/block/ide-tape.creturn (idetape_space_over_filemarks (drive,mt_op,mt_count));
mt_count3963drivers/block/ide-tape.cfor (i=0;i<mt_count;i++) {
mt_count3988drivers/block/ide-tape.creturn (idetape_position_tape (drive,mt_count));
mt_count4005drivers/block/ide-tape.cint idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count)
mt_count4037drivers/block/ide-tape.cif (count == mt_count) {
mt_count4061drivers/block/ide-tape.cidetape_create_space_cmd (&pc,mt_count-count,IDETAPE_SPACE_OVER_FILEMARK);
mt_count4066drivers/block/ide-tape.cretval=idetape_mtioctop (drive,MTFSF,mt_count-count);
mt_count4072drivers/block/ide-tape.cidetape_create_space_cmd (&pc,-(mt_count+count),IDETAPE_SPACE_OVER_FILEMARK);
mt_count4077drivers/block/ide-tape.cretval=idetape_mtioctop (drive,MTBSF,mt_count+count);
mt_count749drivers/char/ftape/ftape-ctl.cresult = ftape_seek_eof(krnl_arg.mtop.mt_count);
mt_count762drivers/char/ftape/ftape-ctl.cresult = ftape_seek_eof(-krnl_arg.mtop.mt_count);
mt_count769drivers/char/ftape/ftape-ctl.ctracing = krnl_arg.mtop.mt_count;
mt_count789drivers/char/ftape/ftape-ctl.cresult = ftape_weof(krnl_arg.mtop.mt_count, ftape_seg_pos, 1);
mt_count791drivers/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_count2143drivers/scsi/st.c(mtc.mt_op != MTSETDRVBUFFER && (mtc.mt_count & MT_ST_OPTIONS) == 0))
mt_count2150drivers/scsi/st.cmtc.mt_count -= 1;
mt_count2154drivers/scsi/st.cmtc.mt_count += 1;
mt_count2200drivers/scsi/st.c(mtc.mt_count & MT_ST_OPTIONS) != 0)
mt_count2201drivers/scsi/st.creturn st_set_options(inode, mtc.mt_count);
mt_count2203drivers/scsi/st.creturn st_compression(STp, (mtc.mt_count & 1));
mt_count2205drivers/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 */