tag | line | file | source code |
first_stage | 1222 | drivers/block/ide-tape.c | tape->first_stage=tape->next_stage=tape->last_stage=NULL; |
first_stage | 3142 | drivers/block/ide-tape.c | if (tape->first_stage == NULL) { |
first_stage | 3153 | drivers/block/ide-tape.c | if (tape->active_data_request == &(tape->first_stage->rq)) |
first_stage | 3157 | drivers/block/ide-tape.c | errors=tape->first_stage->rq.errors; |
first_stage | 3159 | drivers/block/ide-tape.c | idetape_copy_buffer_from_stage (tape->first_stage,buffer); |
first_stage | 3261 | drivers/block/ide-tape.c | if (tape->first_stage == NULL) |
first_stage | 3270 | drivers/block/ide-tape.c | while (tape->first_stage != NULL) |
first_stage | 3321 | drivers/block/ide-tape.c | if (tape->first_stage != NULL || tape->next_stage != NULL || tape->last_stage != NULL || tape->current_number_of_stages != 0) { |
first_stage | 3980 | drivers/block/ide-tape.c | while (tape->first_stage != NULL) { |
first_stage | 3988 | drivers/block/ide-tape.c | if (tape->active_data_request == &(tape->first_stage->rq)) |
first_stage | 3992 | drivers/block/ide-tape.c | errors=tape->first_stage->rq.errors; |
first_stage | 4434 | drivers/block/ide-tape.c | tape->first_stage=tape->next_stage=stage; |
first_stage | 4457 | drivers/block/ide-tape.c | if (tape->first_stage == NULL) { |
first_stage | 4461 | drivers/block/ide-tape.c | if (tape->active_stage == tape->first_stage) { |
first_stage | 4466 | drivers/block/ide-tape.c | stage=tape->first_stage; |
first_stage | 4467 | drivers/block/ide-tape.c | tape->first_stage=stage->next; |
first_stage | 4470 | drivers/block/ide-tape.c | if (tape->first_stage == NULL) { |
first_stage | 470 | drivers/block/ide-tape.h | idetape_pipeline_stage_t *first_stage; /* The first stage which will be removed from the pipeline */ |