Searched refs:SyncWithoutFlush (Results 1 – 3 of 3) sorted by relevance
146 IOStatus SyncWithoutFlush(bool use_fsync);
257 IOStatus WritableFileWriter::SyncWithoutFlush(bool use_fsync) { in SyncWithoutFlush() function in ROCKSDB_NAMESPACE::WritableFileWriter
1226 io_s = log->file()->SyncWithoutFlush(immutable_db_options_.use_fsync); in SyncWAL()