taglinefilesource code
new_stage3206drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage3221drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3222drivers/block/ide-tape.cwhile (new_stage != NULL) {
new_stage3223drivers/block/ide-tape.cnew_stage->rq=rq;
new_stage3225drivers/block/ide-tape.cidetape_add_stage_tail (drive,new_stage);
new_stage3227drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3279drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage3288drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3297drivers/block/ide-tape.cwhile (new_stage == NULL) {
new_stage3302drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3315drivers/block/ide-tape.crq=&(new_stage->rq);
new_stage3323drivers/block/ide-tape.cidetape_copy_buffer_to_stage (new_stage,buffer);
new_stage3326drivers/block/ide-tape.cidetape_add_stage_tail (drive,new_stage);
new_stage4284drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage4296drivers/block/ide-tape.cnew_stage=(idetape_pipeline_stage_t *) kmalloc (sizeof (idetape_pipeline_stage_t),GFP_KERNEL);
new_stage4297drivers/block/ide-tape.cif (new_stage==NULL)
new_stage4300drivers/block/ide-tape.cnew_stage->next=new_stage->prev=NULL;
new_stage4306drivers/block/ide-tape.cprev_bh=new_stage->bh=(idetape_buffer_head_t *) kmalloc (sizeof (idetape_buffer_head_t),GFP_KERNEL);
new_stage4307drivers/block/ide-tape.cif (new_stage->bh==NULL) {
new_stage4308drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4311drivers/block/ide-tape.cnew_stage->bh->next=NULL;
new_stage4313drivers/block/ide-tape.cnew_stage->bh->data=kmalloc (IDETAPE_ALLOCATION_BLOCK,GFP_KERNEL);
new_stage4314drivers/block/ide-tape.cif (new_stage->bh->data==NULL) {
new_stage4315drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4322drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4329drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4334drivers/block/ide-tape.creturn (new_stage);