Flushes all data and meta-data of the filesystem containing the file to the disk.
impl File { fn sync_filesystem(&self) -> Result<(), Errno> }
syncfs(2)
lrs::file::File::sync