Searched refs:POSIX_FADV_NORMAL (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/env/ | ||
| D | io_posix.h | 30 #define POSIX_FADV_NORMAL 0 /* [MC1] no further special treatment */ macro |
| D | io_posix.cc | 769 Fadvise(fd_, 0, 0, POSIX_FADV_NORMAL); in Hint() |