rustix
0.38.38
syncfs
Sections
References
In rustix::
fs
rustix
::
fs
Function
syncfs
Copy item path
Source
pub fn syncfs<Fd:
AsFd
>(fd: Fd) ->
Result
<
()
>
Available on
crate feature
fs
only.
Expand description
syncfs(fd)
—Flush cached filesystem data.
§
References
Linux