pub const WILLNEED: i32 = libc::POSIX_FADV_WILLNEED; // 3i32
Data will be needed soon (trigger readahead).