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_count3846drivers/block/ide-tape.creturn (idetape_mtioctop (drive,mtop.mt_op,mtop.mt_count));
mt_count3920drivers/block/ide-tape.cint idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count)
mt_count3932drivers/block/ide-tape.cprintk ("Handling MTIOCTOP ioctl: mt_op=%d, mt_count=%d\n",mt_op,mt_count);
mt_count3944drivers/block/ide-tape.cif (!mt_count)
mt_count3946drivers/block/ide-tape.creturn (idetape_space_over_filemarks (drive,mt_op,mt_count));
mt_count3960drivers/block/ide-tape.cfor (i=0;i<mt_count;i++) {
mt_count3985drivers/block/ide-tape.creturn (idetape_position_tape (drive,mt_count));
mt_count4002drivers/block/ide-tape.cint idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count)
mt_count4034drivers/block/ide-tape.cif (count == mt_count) {
mt_count4058drivers/block/ide-tape.cidetape_create_space_cmd (&pc,mt_count-count,IDETAPE_SPACE_OVER_FILEMARK);
mt_count4063drivers/block/ide-tape.cretval=idetape_mtioctop (drive,MTFSF,mt_count-count);
mt_count4069drivers/block/ide-tape.cidetape_create_space_cmd (&pc,-(mt_count+count),IDETAPE_SPACE_OVER_FILEMARK);
mt_count4074drivers/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_count2099drivers/scsi/st.c(mtc.mt_op != MTSETDRVBUFFER && (mtc.mt_count & MT_ST_OPTIONS) == 0))
mt_count2106drivers/scsi/st.cmtc.mt_count -= 1;
mt_count2110drivers/scsi/st.cmtc.mt_count += 1;
mt_count2156drivers/scsi/st.c(mtc.mt_count & MT_ST_OPTIONS) != 0)
mt_count2157drivers/scsi/st.creturn st_set_options(inode, mtc.mt_count);
mt_count2159drivers/scsi/st.creturn st_compression(STp, (mtc.mt_count & 1));
mt_count2161drivers/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 */