taglinefilesource code
last_stage1120drivers/block/ide-tape.ctape->first_stage=tape->last_stage=NULL;
last_stage2889drivers/block/ide-tape.cif (tape->last_stage != NULL)
last_stage2890drivers/block/ide-tape.cidetape_wait_for_request (&(tape->last_stage->rq));
last_stage2911drivers/block/ide-tape.cif (tape->first_stage != NULL || tape->last_stage != NULL || tape->current_number_of_stages != 0) {
last_stage3866drivers/block/ide-tape.cstage->prev=tape->last_stage;
last_stage3868drivers/block/ide-tape.ctape->last_stage->next=stage;
last_stage3871drivers/block/ide-tape.ctape->last_stage=stage;
last_stage3948drivers/block/ide-tape.ctape->last_stage=NULL;
last_stage414drivers/block/ide-tape.hidetape_pipeline_stage_t *last_stage;  /* New write requests will be added to the pipeline here */