taglinefilesource code
allocation_length1226drivers/block/ide-tape.cunsigned int allocation_length;
allocation_length1264drivers/block/ide-tape.callocation_length=tape->data_buffer_size;
allocation_length1266drivers/block/ide-tape.callocation_length+=IDETAPE_ALLOCATION_BLOCK;
allocation_length1271drivers/block/ide-tape.ctape->data_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length1272drivers/block/ide-tape.ctape->merge_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length1274drivers/block/ide-tape.cprintk ("ide-tape: FATAL - Can not allocate 2 buffers of %d bytes each\n",allocation_length);
allocation_length4096drivers/block/ide-tape.cunsigned int minor=MINOR (inode->i_rdev),allocation_length;
allocation_length4117drivers/block/ide-tape.callocation_length=tape->data_buffer_size;
allocation_length4119drivers/block/ide-tape.callocation_length+=IDETAPE_ALLOCATION_BLOCK;
allocation_length4123drivers/block/ide-tape.ctape->data_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length4127drivers/block/ide-tape.ctape->merge_buffer=kmalloc (allocation_length,GFP_KERNEL);
allocation_length4131drivers/block/ide-tape.cprintk ("ide-tape: FATAL - Can not allocate continuous buffer of %d bytes\n",allocation_length);