Searched refs:O_DSYNC (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | fcntl.h | 28 #define O_DSYNC 00010000 // used to be O_SYNC, see below macro |
/DragonOS/kernel/src/filesystem/vfs/ | ||
H A D | file.rs | 97 const O_DSYNC = 0o00010000; constant |