[][src]Constant linux::fd::flags::FD_DATA_SYNC

pub const FD_DATA_SYNC: DescriptionFlags

Ensure that enough data has been passed to the hardware after a write so that the data can be read back.

= See also

  • link:man:open(2) and O_DSYNC therein