pub fn syncfs<Fd: AsFd>(fd: Fd) -> Result<()>
Commit filesystem caches containing file referred to by the open file descriptor fd to disk
fd
See also syncfs(2)