Flush all data and meta-data changes to this filesystem to the disk immediately.
const MOUNT_SYNC: MountFlags = MountFlags(MS_SYNCHRONOUS);
mount(2) and MS_SYNCHRONOUS therein