taglinefilesource code
allocation_length1205drivers/block/ide-tape.cunsigned int allocation_length;
allocation_length1241drivers/block/ide-tape.callocation_length=tape->data_buffer_size;
allocation_length1243drivers/block/ide-tape.callocation_length+=IDETAPE_ALLOCATION_BLOCK;
allocation_length1245drivers/block/ide-tape.ctape->data_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length1246drivers/block/ide-tape.ctape->temp_data_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length1248drivers/block/ide-tape.cprintk ("ide-tape: FATAL - Can not allocate 2 buffers of %d bytes each\n",allocation_length);