taglinefilesource code
last_stage1245drivers/block/ide-tape.ctape->first_stage=tape->next_stage=tape->last_stage=NULL;
last_stage3403drivers/block/ide-tape.cif (tape->last_stage != NULL)
last_stage3404drivers/block/ide-tape.cidetape_wait_for_request (&(tape->last_stage->rq));
last_stage3456drivers/block/ide-tape.cif (tape->first_stage != NULL || tape->next_stage != NULL || tape->last_stage != NULL || tape->current_number_of_stages != 0) {
last_stage4489drivers/block/ide-tape.cstage->prev=tape->last_stage;
last_stage4490drivers/block/ide-tape.cif (tape->last_stage != NULL)
last_stage4491drivers/block/ide-tape.ctape->last_stage->next=stage;
last_stage4494drivers/block/ide-tape.ctape->last_stage=stage;
last_stage4496drivers/block/ide-tape.ctape->next_stage=tape->last_stage;
last_stage4530drivers/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 */