tag | line | file | source code |
idetape_mtioctop | 890 | drivers/block/ide-tape.c | int idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count); |
idetape_mtioctop | 3836 | drivers/block/ide-tape.c | return (idetape_mtioctop (drive,mtop.mt_op,mtop.mt_count)); |
idetape_mtioctop | 4053 | drivers/block/ide-tape.c | retval=idetape_mtioctop (drive,MTFSF,mt_count-count); |
idetape_mtioctop | 4055 | drivers/block/ide-tape.c | return (idetape_mtioctop (drive,MTBSF,1)); |
idetape_mtioctop | 4064 | drivers/block/ide-tape.c | retval=idetape_mtioctop (drive,MTBSF,mt_count+count); |
idetape_mtioctop | 4066 | drivers/block/ide-tape.c | return (idetape_mtioctop (drive,MTFSF,1)); |