Home
last modified time | relevance | path

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

/rocksdb-6.9/file/
Dwritable_file_writer.h146 IOStatus SyncWithoutFlush(bool use_fsync);
Dwritable_file_writer.cc257 IOStatus WritableFileWriter::SyncWithoutFlush(bool use_fsync) { in SyncWithoutFlush() function in ROCKSDB_NAMESPACE::WritableFileWriter
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc1226 io_s = log->file()->SyncWithoutFlush(immutable_db_options_.use_fsync); in SyncWAL()