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