Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dstdio.rs23 let stderr = File::new(tty_inode.clone(), FileMode::O_WRONLY | FileMode::O_SYNC) in stdio_init()
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs109 const O_SYNC = 0o04000000; constant