Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs387 pub struct PosixOpenHow { struct
393 impl PosixOpenHow { argument
430 impl From<PosixOpenHow> for OpenHow {
431 fn from(posix_open_how: PosixOpenHow) -> Self { in from()