Searched refs:fo (Results 1 – 9 of 9) sorted by relevance
| /rocksdb-6.9/db/ |
| D | manual_compaction_test.cc | 193 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()
|
| D | db_bloom_filter_test.cc | 167 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()
|
| D | db_wal_test.cc | 119 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()
|
| D | deletefile_test.cc | 275 FlushOptions fo; in TEST_F() local 281 ASSERT_OK(db_->Flush(fo, cfh)); in TEST_F()
|
| D | listener_test.cc | 499 FlushOptions fo; in TEST_F() local 500 fo.allow_write_stall = true; in TEST_F() 501 db_->Flush(fo, handles_[1]); in TEST_F()
|
| D | perf_context_test.cc | 262 FlushOptions fo; in ProfileQueries() local 263 db->Flush(fo); in ProfileQueries()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_debug.cc | 127 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()
|
| D | db_impl_compaction_flush.cc | 701 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/ |
| D | slice_transform_test.cc | 109 FlushOptions fo; in TEST_F() local 116 ASSERT_OK(db()->Flush(fo)); in TEST_F()
|