Home | History | Annotate | Download | only in src

Lines Matching refs:current_bytes

3069   int64 current_bytes;
3093 current_bytes = current_blocks * read_block_size_;
3095 memset(block_buffer_, 0, current_bytes);
3099 current_bytes / kSectorSize,
3103 if (!AsyncDiskIO(ASYNC_IO_READ, fd, block_buffer_, current_bytes,
3122 if (CheckRegion(block_buffer_, block->GetPattern(), current_bytes,