Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/filesystem/kernfs/
Dmod.rs376 inode_type: KernInodeType, in new()
489 file_type: KernInodeType, in inner_create()
629 pub enum KernInodeType { enum
635 impl Into<FileType> for KernInodeType { implementation