Home
last modified time | relevance | path

Searched refs:fo (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/db/
Dmanual_compaction_test.cc193 FlushOptions fo; in TEST_F() local
195 ASSERT_OK(db->Flush(fo)); in TEST_F()
197 ASSERT_OK(db->Flush(fo)); in TEST_F()
200 ASSERT_OK(db->Flush(fo)); in TEST_F()
Ddb_bloom_filter_test.cc167 FlushOptions fo; in TEST_F() local
168 fo.wait = true; in TEST_F()
175 dbfull()->Flush(fo); in TEST_F()
233 FlushOptions fo; in TEST_F() local
234 fo.wait = true; in TEST_F()
241 dbfull()->Flush(fo); in TEST_F()
285 FlushOptions fo; in TEST_F() local
286 fo.wait = true; in TEST_F()
294 dbfull()->Flush(fo); in TEST_F()
Ddb_wal_test.cc119 FlushOptions fo; in TEST_F() local
120 fo.wait = true; in TEST_F()
121 ASSERT_OK(db_->Flush(fo)); in TEST_F()
207 FlushOptions fo; in TEST_F() local
208 fo.wait = false; in TEST_F()
209 ASSERT_OK(db_->Flush(fo)); in TEST_F()
Ddeletefile_test.cc275 FlushOptions fo; in TEST_F() local
281 ASSERT_OK(db_->Flush(fo, cfh)); in TEST_F()
Dlistener_test.cc499 FlushOptions fo; in TEST_F() local
500 fo.allow_write_stall = true; in TEST_F()
501 db_->Flush(fo, handles_[1]); in TEST_F()
Dperf_context_test.cc262 FlushOptions fo; in ProfileQueries() local
263 db->Flush(fo); in ProfileQueries()
/rocksdb-6.9/db/db_impl/
Ddb_impl_debug.cc127 FlushOptions fo; in TEST_FlushMemTable() local
128 fo.wait = wait; in TEST_FlushMemTable()
129 fo.allow_write_stall = allow_write_stall; in TEST_FlushMemTable()
137 return FlushMemTable(cfd, fo, FlushReason::kTest); in TEST_FlushMemTable()
Ddb_impl_compaction_flush.cc701 FlushOptions fo; in CompactRange() local
702 fo.allow_write_stall = options.allow_write_stall; in CompactRange()
708 s = AtomicFlushMemTables(cfds, fo, FlushReason::kManualCompaction, in CompactRange()
711 s = FlushMemTable(cfd, fo, FlushReason::kManualCompaction, in CompactRange()
/rocksdb-6.9/util/
Dslice_transform_test.cc109 FlushOptions fo; in TEST_F() local
116 ASSERT_OK(db()->Flush(fo)); in TEST_F()