pub fn posix_fadvise(
fd: RawFd,
offset: off_t,
len: off_t,
advice: PosixFadviseAdvice,
) -> Result<()>
Available on crate feature
fs
only.Expand description
Allows a process to describe to the system its data access behavior for an open file descriptor.