taglinefilesource code
new_stage3201drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage3216drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3217drivers/block/ide-tape.cwhile (new_stage != NULL) {
new_stage3218drivers/block/ide-tape.cnew_stage->rq=rq;
new_stage3220drivers/block/ide-tape.cidetape_add_stage_tail (drive,new_stage);
new_stage3222drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3274drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage3283drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3292drivers/block/ide-tape.cwhile (new_stage == NULL) {
new_stage3297drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3310drivers/block/ide-tape.crq=&(new_stage->rq);
new_stage3318drivers/block/ide-tape.cidetape_copy_buffer_to_stage (new_stage,buffer);
new_stage3321drivers/block/ide-tape.cidetape_add_stage_tail (drive,new_stage);
new_stage4279drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage4291drivers/block/ide-tape.cnew_stage=(idetape_pipeline_stage_t *) kmalloc (sizeof (idetape_pipeline_stage_t),GFP_KERNEL);
new_stage4292drivers/block/ide-tape.cif (new_stage==NULL)
new_stage4295drivers/block/ide-tape.cnew_stage->next=new_stage->prev=NULL;
new_stage4301drivers/block/ide-tape.cprev_bh=new_stage->bh=(idetape_buffer_head_t *) kmalloc (sizeof (idetape_buffer_head_t),GFP_KERNEL);
new_stage4302drivers/block/ide-tape.cif (new_stage->bh==NULL) {
new_stage4303drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4306drivers/block/ide-tape.cnew_stage->bh->next=NULL;
new_stage4308drivers/block/ide-tape.cnew_stage->bh->data=kmalloc (IDETAPE_ALLOCATION_BLOCK,GFP_KERNEL);
new_stage4309drivers/block/ide-tape.cif (new_stage->bh->data==NULL) {
new_stage4310drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4317drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4324drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4329drivers/block/ide-tape.creturn (new_stage);