taglinefilesource code
mt_count891drivers/block/ide-tape.cint idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count);
mt_count898drivers/block/ide-tape.cint idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count);
mt_count3845drivers/block/ide-tape.creturn (idetape_mtioctop (drive,mtop.mt_op,mtop.mt_count));
mt_count3919drivers/block/ide-tape.cint idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count)
mt_count3931drivers/block/ide-tape.cprintk ("Handling MTIOCTOP ioctl: mt_op=%d, mt_count=%d\n",mt_op,mt_count);
mt_count3943drivers/block/ide-tape.cif (!mt_count)
mt_count3945drivers/block/ide-tape.creturn (idetape_space_over_filemarks (drive,mt_op,mt_count));
mt_count3959drivers/block/ide-tape.cfor (i=0;i<mt_count;i++) {
mt_count3984drivers/block/ide-tape.creturn (idetape_position_tape (drive,mt_count));
mt_count4001drivers/block/ide-tape.cint idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count)
mt_count4033drivers/block/ide-tape.cif (count == mt_count) {
mt_count4057drivers/block/ide-tape.cidetape_create_space_cmd (&pc,mt_count-count,IDETAPE_SPACE_OVER_FILEMARK);
mt_count4062drivers/block/ide-tape.cretval=idetape_mtioctop (drive,MTFSF,mt_count-count);
mt_count4068drivers/block/ide-tape.cidetape_create_space_cmd (&pc,-(mt_count+count),IDETAPE_SPACE_OVER_FILEMARK);
mt_count4073drivers/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_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 */