Home
last modified time | relevance | path

Searched refs:strict_bytes_per_sync_ (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dfile_system.h705 strict_bytes_per_sync_(false) {} in FSWritableFile()
712 strict_bytes_per_sync_(options.strict_bytes_per_sync) {} in FSWritableFile()
838 if (strict_bytes_per_sync_) { in RangeSync()
892 const bool strict_bytes_per_sync_; variable
Denv.h729 strict_bytes_per_sync_(false) {} in WritableFile()
736 strict_bytes_per_sync_(options.strict_bytes_per_sync) {} in WritableFile()
855 if (strict_bytes_per_sync_) { in RangeSync()
903 const bool strict_bytes_per_sync_; variable
/rocksdb-6.9/env/
Dio_posix.cc1343 if (strict_bytes_per_sync_) { in RangeSync()