Home
last modified time | relevance | path

Searched refs:pending_sync_ (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/file/
Dwritable_file_writer.cc28 pending_sync_ = true; in Append()
117 pending_sync_ = true; in Pad()
176 if (pending_sync_) { in Flush()
246 if (!use_direct_io() && pending_sync_) { in Sync()
253 pending_sync_ = false; in Sync()
Dwritable_file_writer.h69 bool pending_sync_; variable
94 pending_sync_(false), in writable_file_()
/rocksdb-6.9/port/win/
Dio_win.cc266 pending_sync_ = false; in UnmapCurrentRegion()
335 pending_sync_ = false; in MapNewRegion()
360 pending_sync_(false) { in WinMmapFile()
407 pending_sync_ = true; in Append()
510 if (s.ok() && pending_sync_) { in Fsync()
515 pending_sync_ = false; in Fsync()
Dio_win.h178 bool pending_sync_; variable