syncfs
rustix
0.38.44
syncfs
Sections
References
In rustix::
fs::
fd
Structs
Timestamps
Constants
NFS_SUPER_MAGIC
PROC_SUPER_MAGIC
Functions
_is_file_read_write
fallocate
fchmod
fchown
fdatasync
flock
fstat
fstatfs
fstatvfs
fsync
ftruncate
futimens
is_file_read_write
seek
syncfs
tell
rustix
::
fs
::
fd
Function
syncfs
Copy item path
Settings
Help
Summary
Source
pub fn syncfs<Fd:
AsFd
>(fd: Fd) ->
Result
<
()
>
Expand description
syncfs(fd)
—Flush cached filesystem data.
§
References
Linux