taglinefilesource code
data_buffer1265drivers/block/ide-tape.ctape->data_buffer=tape->merge_buffer=NULL;
data_buffer1267drivers/block/ide-tape.ctape->data_buffer=kmalloc (allocation_length,GFP_KERNEL);
data_buffer1269drivers/block/ide-tape.cif (tape->data_buffer == NULL || tape->merge_buffer == NULL) {
data_buffer2854drivers/block/ide-tape.cidetape_copy_buffer_to_stage (tape->active_stage,tape->data_buffer);
data_buffer4118drivers/block/ide-tape.cif (tape->data_buffer == NULL)
data_buffer4119drivers/block/ide-tape.ctape->data_buffer=kmalloc (allocation_length,GFP_KERNEL);
data_buffer4120drivers/block/ide-tape.cif (tape->data_buffer == NULL)
data_buffer4125drivers/block/ide-tape.ckfree (tape->data_buffer);
data_buffer4180drivers/block/ide-tape.ckfree (tape->data_buffer);
data_buffer4181drivers/block/ide-tape.ctape->data_buffer=NULL;
data_buffer4577drivers/block/ide-tape.cidetape_copy_buffer_from_stage (stage,tape->data_buffer);
data_buffer4579drivers/block/ide-tape.crq->buffer=tape->data_buffer;
data_buffer482drivers/block/ide-tape.hchar *data_buffer;      /* The correspoding data buffer (for read/write requests) */