taglinefilesource code
data_buffer_size1139drivers/block/ide-tape.ctape->data_buffer_size=tape->capabilities.ctl*tape->tape_block_size;
data_buffer_size1141drivers/block/ide-tape.callocation_length=tape->data_buffer_size;
data_buffer_size1142drivers/block/ide-tape.cif (tape->data_buffer_size % IDETAPE_ALLOCATION_BLOCK)
data_buffer_size1155drivers/block/ide-tape.cprintk ("ide-tape: Tape speed - %d KBps. Recommended transfer unit - %d bytes.\n",tape->capabilities.speed,tape->data_buffer_size);
data_buffer_size3255drivers/block/ide-tape.cblocks=count/tape->data_buffer_size;
data_buffer_size3256drivers/block/ide-tape.cremainder=count%tape->data_buffer_size;
data_buffer_size3259drivers/block/ide-tape.cmemcpy_fromfs (tape->temp_data_buffer,buf_ptr,tape->data_buffer_size);
data_buffer_size3260drivers/block/ide-tape.cbuf_ptr+=tape->data_buffer_size;
data_buffer_size3264drivers/block/ide-tape.cactually_written+=tape->data_buffer_size;  /* Pipelined mode - Cheat :-) */
data_buffer_size3686drivers/block/ide-tape.cbuffers_num=tape->data_buffer_size / IDETAPE_ALLOCATION_BLOCK;
data_buffer_size3687drivers/block/ide-tape.cif (tape->data_buffer_size % IDETAPE_ALLOCATION_BLOCK)
data_buffer_size401drivers/block/ide-tape.hint data_buffer_size;      /* Data buffer size (chosen based on the tape's recommendation */