taglinefilesource code
idetape_pipeline_stage_t835drivers/block/ide-tape.cidetape_pipeline_stage_t *idetape_kmalloc_stage (ide_drive_t *drive);
idetape_pipeline_stage_t836drivers/block/ide-tape.cvoid idetape_kfree_stage (idetape_pipeline_stage_t *stage);
idetape_pipeline_stage_t837drivers/block/ide-tape.cvoid idetape_copy_buffer_from_stage (idetape_pipeline_stage_t *stage,char *buffer);
idetape_pipeline_stage_t838drivers/block/ide-tape.cvoid idetape_copy_buffer_to_stage (idetape_pipeline_stage_t *stage,char *buffer);
idetape_pipeline_stage_t840drivers/block/ide-tape.cvoid idetape_add_stage_tail (ide_drive_t *drive,idetape_pipeline_stage_t *stage);
idetape_pipeline_stage_t2814drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
idetape_pipeline_stage_t3663drivers/block/ide-tape.cidetape_pipeline_stage_t *idetape_kmalloc_stage (ide_drive_t *drive)
idetape_pipeline_stage_t3667drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
idetape_pipeline_stage_t3680drivers/block/ide-tape.cnew_stage=(idetape_pipeline_stage_t *) kmalloc (sizeof (idetape_pipeline_stage_t),GFP_KERNEL);
idetape_pipeline_stage_t3726drivers/block/ide-tape.cvoid idetape_kfree_stage (idetape_pipeline_stage_t *stage)
idetape_pipeline_stage_t3757drivers/block/ide-tape.cvoid idetape_copy_buffer_from_stage (idetape_pipeline_stage_t *stage,char *buffer)
idetape_pipeline_stage_t3783drivers/block/ide-tape.cvoid idetape_copy_buffer_to_stage (idetape_pipeline_stage_t *stage,char *buffer)
idetape_pipeline_stage_t3841drivers/block/ide-tape.cvoid idetape_add_stage_tail (ide_drive_t *drive,idetape_pipeline_stage_t *stage)
idetape_pipeline_stage_t3926drivers/block/ide-tape.cidetape_pipeline_stage_t *stage;
idetape_pipeline_stage_t413drivers/block/ide-tape.hidetape_pipeline_stage_t *first_stage;  /* Will be serviced after the currently active request */
idetape_pipeline_stage_t414drivers/block/ide-tape.hidetape_pipeline_stage_t *last_stage;  /* New write requests will be added to the pipeline here */