tag | line | file | source code |
idetape_mtioctop | 874 | drivers/block/ide-tape.c | int idetape_mtioctop (ide_drive_t *drive,short mt_op,int mt_count); |
idetape_mtioctop | 3809 | drivers/block/ide-tape.c | return (idetape_mtioctop (drive,mtop.mt_op,mtop.mt_count)); |
idetape_mtioctop | 4025 | drivers/block/ide-tape.c | retval=idetape_mtioctop (drive,MTFSF,mt_count-count); |
idetape_mtioctop | 4027 | drivers/block/ide-tape.c | return (idetape_mtioctop (drive,MTBSF,1)); |
idetape_mtioctop | 4036 | drivers/block/ide-tape.c | retval=idetape_mtioctop (drive,MTBSF,mt_count+count); |
idetape_mtioctop | 4038 | drivers/block/ide-tape.c | return (idetape_mtioctop (drive,MTFSF,1)); |