pub fn fcntl_fullfsync<Fd: AsFd>(fd: Fd) -> Result<()>
Available on crate feature fs only.
Expand description

fcntl(fd, F_FULLFSYNC)

References