taglinefilesource code
first_stage1242drivers/block/ide-tape.ctape->first_stage=tape->next_stage=tape->last_stage=NULL;
first_stage3228drivers/block/ide-tape.cif (tape->first_stage == NULL) {
first_stage3239drivers/block/ide-tape.cif (tape->active_data_request == &(tape->first_stage->rq))
first_stage3243drivers/block/ide-tape.crq_ptr=&(tape->first_stage->rq);
first_stage3246drivers/block/ide-tape.cidetape_copy_buffer_from_stage (tape->first_stage,buffer);
first_stage3360drivers/block/ide-tape.cif (tape->first_stage == NULL)
first_stage3369drivers/block/ide-tape.cwhile (tape->first_stage != NULL)
first_stage3452drivers/block/ide-tape.cif (tape->first_stage != NULL || tape->next_stage != NULL || tape->last_stage != NULL || tape->current_number_of_stages != 0) {
first_stage4017drivers/block/ide-tape.cwhile (tape->first_stage != NULL) {
first_stage4025drivers/block/ide-tape.cif (tape->active_data_request == &(tape->first_stage->rq))
first_stage4029drivers/block/ide-tape.cerrors=tape->first_stage->rq.errors;
first_stage4489drivers/block/ide-tape.ctape->first_stage=tape->next_stage=stage;
first_stage4512drivers/block/ide-tape.cif (tape->first_stage == NULL) {
first_stage4516drivers/block/ide-tape.cif (tape->active_stage == tape->first_stage) {
first_stage4521drivers/block/ide-tape.cstage=tape->first_stage;
first_stage4522drivers/block/ide-tape.ctape->first_stage=stage->next;
first_stage4525drivers/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 */