taglinefilesource code
allocation_length1222drivers/block/ide-tape.cunsigned int allocation_length;
allocation_length1259drivers/block/ide-tape.callocation_length=tape->data_buffer_size;
allocation_length1261drivers/block/ide-tape.callocation_length+=IDETAPE_ALLOCATION_BLOCK;
allocation_length1266drivers/block/ide-tape.ctape->data_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length1267drivers/block/ide-tape.ctape->merge_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length1269drivers/block/ide-tape.cprintk ("ide-tape: FATAL - Can not allocate 2 buffers of %d bytes each\n",allocation_length);
allocation_length4083drivers/block/ide-tape.cunsigned int minor=MINOR (inode->i_rdev),allocation_length;
allocation_length4104drivers/block/ide-tape.callocation_length=tape->data_buffer_size;
allocation_length4106drivers/block/ide-tape.callocation_length+=IDETAPE_ALLOCATION_BLOCK;
allocation_length4110drivers/block/ide-tape.ctape->data_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length4114drivers/block/ide-tape.ctape->merge_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length4118drivers/block/ide-tape.cprintk ("ide-tape: FATAL - Can not allocate continuous buffer of %d bytes\n",allocation_length);