Home
last modified time | relevance | path

Searched refs:last_sync_size_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/file/
Dwritable_file_writer.cc212 assert(offset_sync_to >= last_sync_size_); in Flush()
214 offset_sync_to - last_sync_size_ >= bytes_per_sync_) { in Flush()
215 s = RangeSync(last_sync_size_, offset_sync_to - last_sync_size_); in Flush()
216 last_sync_size_ = offset_sync_to; in Flush()
Dwritable_file_writer.h70 uint64_t last_sync_size_; variable
95 last_sync_size_(0), in writable_file_()