taglinefilesource code
last_stage1241drivers/block/ide-tape.ctape->first_stage=tape->next_stage=tape->last_stage=NULL;
last_stage3390drivers/block/ide-tape.cif (tape->last_stage != NULL)
last_stage3391drivers/block/ide-tape.cidetape_wait_for_request (&(tape->last_stage->rq));
last_stage3443drivers/block/ide-tape.cif (tape->first_stage != NULL || tape->next_stage != NULL || tape->last_stage != NULL || tape->current_number_of_stages != 0) {
last_stage4476drivers/block/ide-tape.cstage->prev=tape->last_stage;
last_stage4477drivers/block/ide-tape.cif (tape->last_stage != NULL)
last_stage4478drivers/block/ide-tape.ctape->last_stage->next=stage;
last_stage4481drivers/block/ide-tape.ctape->last_stage=stage;
last_stage4483drivers/block/ide-tape.ctape->next_stage=tape->last_stage;
last_stage4517drivers/block/ide-tape.ctape->last_stage=NULL;
last_stage501drivers/block/ide-tape.hidetape_pipeline_stage_t *last_stage;  /* New requests will be added to the pipeline here */