Searched refs:IoBlock (Results 1 – 1 of 1) sorted by relevance
120 struct IoBlock { struct467 void PrepareReadBlock(IoBlock* block, uint64_t id) { in PrepareReadBlock()475 IoBlock CreateReadBlock(uint64_t id) { in CreateReadBlock()476 IoBlock block; in CreateReadBlock()521 IoBlock* block = &read_requests_[read_idx]; in HandleRead()534 IoBlock* current_block = &read_requests_[read_idx]; in HandleRead()543 void ProcessRead(IoBlock* block) { in ProcessRead()575 bool SubmitRead(IoBlock* block) { in SubmitRead()608 std::unique_ptr<IoBlock> CreateWriteBlock(std::shared_ptr<Block> payload, size_t offset, in CreateWriteBlock()610 auto block = std::make_unique<IoBlock>(); in CreateWriteBlock()[all …]