taglinefilesource code
new_stage3202drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage3217drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3218drivers/block/ide-tape.cwhile (new_stage != NULL) {
new_stage3219drivers/block/ide-tape.cnew_stage->rq=rq;
new_stage3221drivers/block/ide-tape.cidetape_add_stage_tail (drive,new_stage);
new_stage3223drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3275drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage3284drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3293drivers/block/ide-tape.cwhile (new_stage == NULL) {
new_stage3298drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3311drivers/block/ide-tape.crq=&(new_stage->rq);
new_stage3319drivers/block/ide-tape.cidetape_copy_buffer_to_stage (new_stage,buffer);
new_stage3322drivers/block/ide-tape.cidetape_add_stage_tail (drive,new_stage);
new_stage4280drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage4292drivers/block/ide-tape.cnew_stage=(idetape_pipeline_stage_t *) kmalloc (sizeof (idetape_pipeline_stage_t),GFP_KERNEL);
new_stage4293drivers/block/ide-tape.cif (new_stage==NULL)
new_stage4296drivers/block/ide-tape.cnew_stage->next=new_stage->prev=NULL;
new_stage4302drivers/block/ide-tape.cprev_bh=new_stage->bh=(idetape_buffer_head_t *) kmalloc (sizeof (idetape_buffer_head_t),GFP_KERNEL);
new_stage4303drivers/block/ide-tape.cif (new_stage->bh==NULL) {
new_stage4304drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4307drivers/block/ide-tape.cnew_stage->bh->next=NULL;
new_stage4309drivers/block/ide-tape.cnew_stage->bh->data=kmalloc (IDETAPE_ALLOCATION_BLOCK,GFP_KERNEL);
new_stage4310drivers/block/ide-tape.cif (new_stage->bh->data==NULL) {
new_stage4311drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4318drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4325drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4330drivers/block/ide-tape.creturn (new_stage);