Home
last modified time | relevance | path

Searched refs:fdatasync (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/port/
Dport_posix.h79 #define fdatasync fsync macro
85 #define fdatasync fsync macro
/rocksdb-6.9/env/
Dio_posix.cc1044 if (fdatasync(fd_) < 0) { in Sync()
1254 if (fdatasync(fd_) < 0) { in Sync()
1436 if (fdatasync(fd_) < 0) { in Sync()
/rocksdb-6.9/docs/_posts/
D2018-11-21-delete-range.markdown173 `fsync`s or `fdatasync`s. Applying to memtable is always an in-memory operation.