pub fn syncfs(fd: RawFd) -> Result<()>
Expand description

Commit filesystem caches containing file referred to by the open file descriptor fd to disk

See also syncfs(2)