Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc326 io_s = WriteToWAL(write_group, log_writer, log_used, need_log_sync, in WriteImpl()
534 io_s = WriteToWAL(wal_write_group, log_writer, log_used, need_log_sync, in PipelinedWriteImpl()
992 IOStatus DBImpl::WriteToWAL(const WriteBatch& merged_batch, in WriteToWAL() function in ROCKSDB_NAMESPACE::DBImpl
1025 IOStatus DBImpl::WriteToWAL(const WriteThread::WriteGroup& write_group, in WriteToWAL() function in ROCKSDB_NAMESPACE::DBImpl
1047 io_s = WriteToWAL(*merged_batch, log_writer, log_used, &log_size); in WriteToWAL()
1123 io_s = WriteToWAL(*merged_batch, log_writer, log_used, &log_size); in ConcurrentWriteToWAL()
Ddb_impl.h1504 IOStatus WriteToWAL(const WriteBatch& merged_batch, log::Writer* log_writer,
1507 IOStatus WriteToWAL(const WriteThread::WriteGroup& write_group,
Ddb_impl_open.cc1506 s = impl->WriteToWAL(empty_batch, log_writer, &log_used, &log_size); in Open()