taglinefilesource code
first_stage1245drivers/block/ide-tape.ctape->first_stage=tape->next_stage=tape->last_stage=NULL;
first_stage3233drivers/block/ide-tape.cif (tape->first_stage == NULL) {
first_stage3244drivers/block/ide-tape.cif (tape->active_data_request == &(tape->first_stage->rq))
first_stage3248drivers/block/ide-tape.crq_ptr=&(tape->first_stage->rq);
first_stage3251drivers/block/ide-tape.cidetape_copy_buffer_from_stage (tape->first_stage,buffer);
first_stage3365drivers/block/ide-tape.cif (tape->first_stage == NULL)
first_stage3374drivers/block/ide-tape.cwhile (tape->first_stage != NULL)
first_stage3457drivers/block/ide-tape.cif (tape->first_stage != NULL || tape->next_stage != NULL || tape->last_stage != NULL || tape->current_number_of_stages != 0) {
first_stage4022drivers/block/ide-tape.cwhile (tape->first_stage != NULL) {
first_stage4030drivers/block/ide-tape.cif (tape->active_data_request == &(tape->first_stage->rq))
first_stage4034drivers/block/ide-tape.cerrors=tape->first_stage->rq.errors;
first_stage4494drivers/block/ide-tape.ctape->first_stage=tape->next_stage=stage;
first_stage4517drivers/block/ide-tape.cif (tape->first_stage == NULL) {
first_stage4521drivers/block/ide-tape.cif (tape->active_stage == tape->first_stage) {
first_stage4526drivers/block/ide-tape.cstage=tape->first_stage;
first_stage4527drivers/block/ide-tape.ctape->first_stage=stage->next;
first_stage4530drivers/block/ide-tape.cif (tape->first_stage == NULL) {
first_stage498drivers/block/ide-tape.hidetape_pipeline_stage_t *first_stage;  /* The first stage which will be removed from the pipeline */