rustix
0.38.10
syncfs
Sections
References
In rustix::
fs
rustix
::
fs
Function
syncfs
Copy item path
source
pub fn syncfs<Fd:
AsFd
>(fd: Fd) ->
Result
<
()
>
Expand description
syncfs(fd)
—Flush cached filesystem data.
§
References
Linux