Searched defs:blockIdx (Results 1 – 1 of 1) sorted by relevance
86 static constexpr inline off64_t blockIndexToOffset(BlockIdx blockIdx) { in blockIndexToOffset()352 bool IncrementalServer::SendTreeBlocksForDataBlock(const FileId fileId, const BlockIdx blockIdx) { in SendTreeBlocksForDataBlock()388 bool IncrementalServer::SendTreeBlock(FileId fileId, int32_t fileBlockIdx, BlockIdx blockIdx) { in SendTreeBlock()410 auto IncrementalServer::SendDataBlock(FileId fileId, BlockIdx blockIdx, bool flush) -> SendResult { in SendDataBlock()582 BlockIdx blockIdx = request->block_idx; in Serve() local