Searched refs:GetLength (Results 1 – 4 of 4) sorted by relevance
118 off_t GetLength() const { return length_; } in GetLength() function
126 size_t GetLength() const { return offset_; } in GetLength() function
530 if (write(fd_.get(), compression_.GetData(), compression_.GetLength()) in CompleteWrite()531 != compression_.GetLength()) { in CompleteWrite()
637 uint32_t block_count = static_cast<uint32_t>(GetLength() / minfs::kMinfsBlockSize); in GenerateBcache()
Completed in 17 milliseconds