Lines Matching refs:sync
75 static_cast<int>(sync)); in Dump()
220 Status StoreToFile(bool sync);
317 bool sync, RateLimiter* rate_limiter,
343 bool sync; member
356 sync(false), in CopyOrCreateWorkItem()
374 sync = o.sync; in operator =()
393 sync(_sync),
765 work_item.sync, work_item.rate_limiter, &result.size, in Initialize()
943 s = new_backup->StoreToFile(options_.sync); in CreateNewBackupWithMetadata()
945 if (s.ok() && options_.sync) { in CreateNewBackupWithMetadata()
1297 Env* src_env, Env* dst_env, const EnvOptions& src_env_options, bool sync, in CopyOrCreateFile() argument
1377 if (s.ok() && sync) { in CopyOrCreateFile()
1492 db_env_, backup_env_, src_env_options, options_.sync, rate_limiter, in AddBackupFileWorkItem()
1871 Status BackupEngineImpl::BackupMeta::StoreToFile(bool sync) { in StoreToFile() argument
1942 if (s.ok() && sync) { in StoreToFile()