taglinefilesource code
allocation_length1223drivers/block/ide-tape.cunsigned int allocation_length;
allocation_length1260drivers/block/ide-tape.callocation_length=tape->data_buffer_size;
allocation_length1262drivers/block/ide-tape.callocation_length+=IDETAPE_ALLOCATION_BLOCK;
allocation_length1267drivers/block/ide-tape.ctape->data_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length1268drivers/block/ide-tape.ctape->merge_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length1270drivers/block/ide-tape.cprintk ("ide-tape: FATAL - Can not allocate 2 buffers of %d bytes each\n",allocation_length);
allocation_length4092drivers/block/ide-tape.cunsigned int minor=MINOR (inode->i_rdev),allocation_length;
allocation_length4113drivers/block/ide-tape.callocation_length=tape->data_buffer_size;
allocation_length4115drivers/block/ide-tape.callocation_length+=IDETAPE_ALLOCATION_BLOCK;
allocation_length4119drivers/block/ide-tape.ctape->data_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length4123drivers/block/ide-tape.ctape->merge_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length4127drivers/block/ide-tape.cprintk ("ide-tape: FATAL - Can not allocate continuous buffer of %d bytes\n",allocation_length);