tag | line | file | source code |
last_stage | 1241 | drivers/block/ide-tape.c | tape->first_stage=tape->next_stage=tape->last_stage=NULL; |
last_stage | 3390 | drivers/block/ide-tape.c | if (tape->last_stage != NULL) |
last_stage | 3391 | drivers/block/ide-tape.c | idetape_wait_for_request (&(tape->last_stage->rq)); |
last_stage | 3443 | drivers/block/ide-tape.c | if (tape->first_stage != NULL || tape->next_stage != NULL || tape->last_stage != NULL || tape->current_number_of_stages != 0) { |
last_stage | 4476 | drivers/block/ide-tape.c | stage->prev=tape->last_stage; |
last_stage | 4477 | drivers/block/ide-tape.c | if (tape->last_stage != NULL) |
last_stage | 4478 | drivers/block/ide-tape.c | tape->last_stage->next=stage; |
last_stage | 4481 | drivers/block/ide-tape.c | tape->last_stage=stage; |
last_stage | 4483 | drivers/block/ide-tape.c | tape->next_stage=tape->last_stage; |
last_stage | 4517 | drivers/block/ide-tape.c | tape->last_stage=NULL; |
last_stage | 501 | drivers/block/ide-tape.h | idetape_pipeline_stage_t *last_stage; /* New requests will be added to the pipeline here */ |