pub const O_DSYNC: u32 = bindings::O_DSYNC; // 4_096u32
Expand description

Like O_SYNC except metadata is not synced.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.