tag | line | file | source code |
active_stage | 2855 | drivers/block/ide-tape.c | if (tape->active_stage == NULL) |
active_stage | 2859 | drivers/block/ide-tape.c | idetape_copy_buffer_to_stage (tape->active_stage,tape->data_buffer); |
active_stage | 2862 | drivers/block/ide-tape.c | tape->active_stage=NULL; |
active_stage | 4521 | drivers/block/ide-tape.c | if (tape->active_stage == tape->first_stage) { |
active_stage | 4586 | drivers/block/ide-tape.c | tape->active_stage=stage; |
active_stage | 499 | drivers/block/ide-tape.h | idetape_pipeline_stage_t *active_stage; /* The currently active stage */ |