pub const FDFLAGS_SYNC: Fdflags = 1 << 4; // 0x0010u16
Expand description

Write according to synchronized I/O file integrity completion. In addition to synchronizing the data stored in the file, the implementation may also synchronously update the file’s metadata.