tag | line | file | source code |
idetape_pipeline_stage_t | 835 | drivers/block/ide-tape.c | idetape_pipeline_stage_t *idetape_kmalloc_stage (ide_drive_t *drive); |
idetape_pipeline_stage_t | 836 | drivers/block/ide-tape.c | void idetape_kfree_stage (idetape_pipeline_stage_t *stage); |
idetape_pipeline_stage_t | 837 | drivers/block/ide-tape.c | void idetape_copy_buffer_from_stage (idetape_pipeline_stage_t *stage,char *buffer); |
idetape_pipeline_stage_t | 838 | drivers/block/ide-tape.c | void idetape_copy_buffer_to_stage (idetape_pipeline_stage_t *stage,char *buffer); |
idetape_pipeline_stage_t | 840 | drivers/block/ide-tape.c | void idetape_add_stage_tail (ide_drive_t *drive,idetape_pipeline_stage_t *stage); |
idetape_pipeline_stage_t | 2814 | drivers/block/ide-tape.c | idetape_pipeline_stage_t *new_stage; |
idetape_pipeline_stage_t | 3663 | drivers/block/ide-tape.c | idetape_pipeline_stage_t *idetape_kmalloc_stage (ide_drive_t *drive) |
idetape_pipeline_stage_t | 3667 | drivers/block/ide-tape.c | idetape_pipeline_stage_t *new_stage; |
idetape_pipeline_stage_t | 3680 | drivers/block/ide-tape.c | new_stage=(idetape_pipeline_stage_t *) kmalloc (sizeof (idetape_pipeline_stage_t),GFP_KERNEL); |
idetape_pipeline_stage_t | 3726 | drivers/block/ide-tape.c | void idetape_kfree_stage (idetape_pipeline_stage_t *stage) |
idetape_pipeline_stage_t | 3757 | drivers/block/ide-tape.c | void idetape_copy_buffer_from_stage (idetape_pipeline_stage_t *stage,char *buffer) |
idetape_pipeline_stage_t | 3783 | drivers/block/ide-tape.c | void idetape_copy_buffer_to_stage (idetape_pipeline_stage_t *stage,char *buffer) |
idetape_pipeline_stage_t | 3841 | drivers/block/ide-tape.c | void idetape_add_stage_tail (ide_drive_t *drive,idetape_pipeline_stage_t *stage) |
idetape_pipeline_stage_t | 3926 | drivers/block/ide-tape.c | idetape_pipeline_stage_t *stage; |
idetape_pipeline_stage_t | 413 | drivers/block/ide-tape.h | idetape_pipeline_stage_t *first_stage; /* Will be serviced after the currently active request */ |
idetape_pipeline_stage_t | 414 | drivers/block/ide-tape.h | idetape_pipeline_stage_t *last_stage; /* New write requests will be added to the pipeline here */ |