Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Dio_win.cc265 last_sync_ = nullptr; in UnmapCurrentRegion()
334 last_sync_ = mapped_begin_; in MapNewRegion()
358 last_sync_(nullptr), in WinMmapFile()
479 if (dst_ > last_sync_) { in Sync()
486 TruncateToPageBoundary(page_size_, last_sync_ - mapped_begin_); in Sync()
496 last_sync_ = dst_; in Sync()
Dio_win.h173 char* last_sync_; // Where have we synced up to variable
/rocksdb-6.9/env/
Dio_posix.cc889 last_sync_ = nullptr; in UnmapCurrentRegion()
929 last_sync_ = base_; in MapNewRegion()
937 if (dst_ == last_sync_) { in Msync()
942 size_t p1 = TruncateToPageBoundary(last_sync_ - base_); in Msync()
944 last_sync_ = dst_; in Msync()
961 last_sync_(nullptr), in PosixMmapFile()
Dio_posix.h300 char* last_sync_; // Where have we synced up to variable