Method lrs::file::File::sync_filesystem

Flushes all data and meta-data of the filesystem containing the file to the disk.

Syntax

impl File {
    fn sync_filesystem(&self) -> Result<(), Errno>
}

See also