Ensure that enough data has been passed to the hardware after a write so that the data can be read back.
const FILE_DATA_SYNC: FileFlags = FileFlags(O_DSYNC);
open(2) and O_DSYNC therein