fadvise64 (2) Linux Manual Page
posix_fadvise – predeclare an access pattern for file data Synopsis#include <fcntl.h> int posix_fadvise(int fd, off_t offset, off_t len, int advice);Feature Test Macro Requirements for glibc (see feature_test_macros(7)): posix_fadvise(): _POSIX_C_SOURCE >= 200112LDescriptionPrograms can use posix_fadvise() to announce an intention to access file data in a specific pattern in the future, thus allowing the kernel to perform appropriate optimizations….
