Home
last modified time | relevance | path

Searched refs:O_DSYNC (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Dfcntl.h28 #define O_DSYNC 00010000 // used to be O_SYNC, see below macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs95 const O_DSYNC = 0o00010000; constant