Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs406 pub struct OpenHow { struct
409 pub resolve: OpenHowResolve, argument
412 impl OpenHow { argument
430 impl From<PosixOpenHow> for OpenHow { implementation
H A Dopen.rs166 how: OpenHow, in do_sys_openat2()