Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/common/
Dfcntl.h28 #define O_DSYNC 00010000 // used to be O_SYNC, see below macro
/DragonOS-0.1.5/user/libs/libc/src/include/export/
Dfcntl.h32 #define O_DSYNC 00010000 // used to be O_SYNC, see below macro
/DragonOS-0.1.5/kernel/src/filesystem/vfs/
Dfile.rs63 const O_DSYNC = 0o00010000; constant