taglinefilesource code
idetape_queue_rw_tail806drivers/block/ide-tape.cint idetape_queue_rw_tail (ide_drive_t *drive,int cmd,int blocks,char *buffer);
idetape_queue_rw_tail2859drivers/block/ide-tape.creturn (idetape_queue_rw_tail (drive,cmd,blocks,buffer));
idetape_queue_rw_tail3162drivers/block/ide-tape.cretval=idetape_queue_rw_tail (drive,IDETAPE_READ_REQUEST,tape->capabilities.ctl,tape->data_buffer);
idetape_queue_rw_tail3215drivers/block/ide-tape.cretval=idetape_queue_rw_tail (drive,IDETAPE_READ_REQUEST,blocks,tape->data_buffer);