Lines Matching refs:db_options_

2096     ROCKS_LOG_ERROR(vset_->db_options_->info_log,  in MaybeInitializeFileMetaData()
3551 db_options_(_db_options), in VersionSet()
3585 column_family_set_.reset(new ColumnFamilySet(dbname_, db_options_, in Reset()
3803 manifest_file_size_ > db_options_->max_manifest_file_size) { in ProcessManifestWrites()
3848 if (db_options_->paranoid_checks) { in ProcessManifestWrites()
3860 ROCKS_LOG_INFO(db_options_->info_log, "Creating manifest %" PRIu64 "\n", in ProcessManifestWrites()
3869 db_options_->manifest_preallocation_size); in ProcessManifestWrites()
3873 nullptr, db_options_->listeners)); in ProcessManifestWrites()
3918 io_s = SyncManifest(env_, db_options_, descriptor_log_->file()); in ProcessManifestWrites()
3923 ROCKS_LOG_ERROR(db_options_->info_log, "MANIFEST write %s\n", in ProcessManifestWrites()
3951 LogFlush(db_options_->info_log); in ProcessManifestWrites()
4018 ROCKS_LOG_ERROR(db_options_->info_log, in ProcessManifestWrites()
4029 ROCKS_LOG_INFO(db_options_->info_log, in ProcessManifestWrites()
4154 edit->SetLastSequence(db_options_->two_write_queues ? last_allocated_sequence_ in LogAndApplyCFHelper()
4186 edit->SetLastSequence(db_options_->two_write_queues ? last_allocated_sequence_ in LogAndApplyHelper()
4298 db_options_->info_log, in ExtractInfoFromVersionEdit()
4455 ROCKS_LOG_INFO(db_options_->info_log, "Recovering from manifest file: %s\n", in Recover()
4469 db_options_->log_readahead_size)); in Recover()
4570 cfd->internal_stats(), db_options_->max_file_opening_threads, in Recover()
4575 if (db_options_->paranoid_checks) { in Recover()
4588 !(db_options_->skip_stats_update_on_db_open)); in Recover()
4600 db_options_->info_log, in Recover()
4615 ROCKS_LOG_INFO(db_options_->info_log, in Recover()
4744 ROCKS_LOG_INFO(db_options_->info_log, "Trying to recover from manifest: %s\n", in TryRecoverFromOneManifest()
4758 db_options_->log_readahead_size)); in TryRecoverFromOneManifest()
4977 std::move(file), dscname, db_options_->log_readahead_size)); in DumpManifest()
5197 if (db_options_->write_dbid_to_manifest) { in WriteCurrentStateToManifest()
5584 db_options_->info_log, in VerifyCompactionFileConsistency()
5859 cfd->internal_stats(), db_options_->max_file_opening_threads, in Recover()
5918 !(db_options_->skip_stats_update_on_db_open)); in Recover()
5930 ROCKS_LOG_INFO(db_options_->info_log, in Recover()
6036 if (db_options_->write_dbid_to_manifest) { in ReadAndApply()
6121 cfd->internal_stats(), db_options_->max_file_opening_threads, in ApplyOneVersionEditToBuilder()
6198 db_options_->log_readahead_size)); in MaybeSwitchManifest()
6202 ROCKS_LOG_INFO(db_options_->info_log, "Switched to new manifest: %s\n", in MaybeSwitchManifest()