Home
last modified time | relevance | path

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

/DragonOS/kernel/src/virt/kvm/
H A Dkvm_dev.rs67 mode: filesystem::vfs::syscall::ModeType::S_IALLUGO, in new()
H A Dvcpu_dev.rs78 mode: filesystem::vfs::syscall::ModeType::S_IALLUGO, in new()
H A Dvm_dev.rs76 mode: filesystem::vfs::syscall::ModeType::S_IALLUGO, in new()
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs79 …const S_IALLUGO = Self::S_ISUID.bits | Self::S_ISGID.bits | Self::S_ISVTX.bits| Self::S_IRWXUGO.bi… constant