Make directory changes on this filesystem synchonous.
const MOUNT_DIR_SYNC: MountFlags = MountFlags(MS_DIRSYNC);
mount(2) and MS_DIRSYNC therein