Searched refs:block_idx (Results 1 – 1 of 1) sorted by relevance
124 BlockIdx block_idx; member134 BlockIdx block_idx; // 4 bytes member159 int64_t ReadDataBlock(BlockIdx block_idx, void* buf, bool* is_zip_compressed) const { in ReadDataBlock() argument161 const off64_t offsetStart = blockIndexToOffset(block_idx); in ReadDataBlock()165 int64_t ReadTreeBlock(BlockIdx block_idx, void* buf) const { in ReadTreeBlock() argument167 const off64_t offsetStart = tree_offset_ + blockIndexToOffset(block_idx); in ReadTreeBlock()348 request.block_idx = readBigEndian<BlockIdx>(&commandBuf[4]); in ReadRequest()403 buffer.header.block_idx = toBigEndian(blockIdx); in SendTreeBlock()456 header->block_idx = toBigEndian(blockIdx); in SendDataBlock()470 header.block_idx = 0; in SendDone()[all …]