Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dopen.rs8 syscall::{ModeType, OpenHow, OpenHowResolve},
159 let how = OpenHow::new(o_flags, mode, OpenHowResolve::empty()); in do_sys_open()
166 how: OpenHow, in do_sys_openat2() argument
H A Dsyscall.rs406 pub struct OpenHow { struct
412 impl OpenHow { impl
430 impl From<PosixOpenHow> for OpenHow { implementation