taglinefilesource code
new_stage3116drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage3132drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3133drivers/block/ide-tape.cwhile (new_stage != NULL) {
new_stage3134drivers/block/ide-tape.cnew_stage->rq=rq;
new_stage3136drivers/block/ide-tape.cidetape_add_stage_tail (drive,new_stage);
new_stage3138drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3183drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage3194drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3203drivers/block/ide-tape.cwhile (new_stage == NULL) {
new_stage3208drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3221drivers/block/ide-tape.crq=&(new_stage->rq);
new_stage3229drivers/block/ide-tape.cidetape_copy_buffer_to_stage (new_stage,buffer);
new_stage3232drivers/block/ide-tape.cidetape_add_stage_tail (drive,new_stage);
new_stage4226drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage4238drivers/block/ide-tape.cnew_stage=(idetape_pipeline_stage_t *) kmalloc (sizeof (idetape_pipeline_stage_t),GFP_KERNEL);
new_stage4239drivers/block/ide-tape.cif (new_stage==NULL)
new_stage4242drivers/block/ide-tape.cnew_stage->next=new_stage->prev=NULL;
new_stage4248drivers/block/ide-tape.cprev_bh=new_stage->bh=(idetape_buffer_head_t *) kmalloc (sizeof (idetape_buffer_head_t),GFP_KERNEL);
new_stage4249drivers/block/ide-tape.cif (new_stage->bh==NULL) {
new_stage4250drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4253drivers/block/ide-tape.cnew_stage->bh->next=NULL;
new_stage4255drivers/block/ide-tape.cnew_stage->bh->data=kmalloc (IDETAPE_ALLOCATION_BLOCK,GFP_KERNEL);
new_stage4256drivers/block/ide-tape.cif (new_stage->bh->data==NULL) {
new_stage4257drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4264drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4271drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4276drivers/block/ide-tape.creturn (new_stage);