taglinefilesource code
first_stage1222drivers/block/ide-tape.ctape->first_stage=tape->next_stage=tape->last_stage=NULL;
first_stage3142drivers/block/ide-tape.cif (tape->first_stage == NULL) {
first_stage3153drivers/block/ide-tape.cif (tape->active_data_request == &(tape->first_stage->rq))
first_stage3157drivers/block/ide-tape.cerrors=tape->first_stage->rq.errors;
first_stage3159drivers/block/ide-tape.cidetape_copy_buffer_from_stage (tape->first_stage,buffer);
first_stage3261drivers/block/ide-tape.cif (tape->first_stage == NULL)
first_stage3270drivers/block/ide-tape.cwhile (tape->first_stage != NULL)
first_stage3321drivers/block/ide-tape.cif (tape->first_stage != NULL || tape->next_stage != NULL || tape->last_stage != NULL || tape->current_number_of_stages != 0) {
first_stage3980drivers/block/ide-tape.cwhile (tape->first_stage != NULL) {
first_stage3988drivers/block/ide-tape.cif (tape->active_data_request == &(tape->first_stage->rq))
first_stage3992drivers/block/ide-tape.cerrors=tape->first_stage->rq.errors;
first_stage4434drivers/block/ide-tape.ctape->first_stage=tape->next_stage=stage;
first_stage4457drivers/block/ide-tape.cif (tape->first_stage == NULL) {
first_stage4461drivers/block/ide-tape.cif (tape->active_stage == tape->first_stage) {
first_stage4466drivers/block/ide-tape.cstage=tape->first_stage;
first_stage4467drivers/block/ide-tape.ctape->first_stage=stage->next;
first_stage4470drivers/block/ide-tape.cif (tape->first_stage == NULL) {
first_stage470drivers/block/ide-tape.hidetape_pipeline_stage_t *first_stage;  /* The first stage which will be removed from the pipeline */