Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/ext2/src/
H A Dinode.rs24 pub enum InodeType { enum
34 impl InodeType { implementation
257 typ: InodeType, in new()
415 pub fn typ(&self) -> Option<InodeType> { in typ()
H A Dfs.rs66 typ: InodeType, in new()
283 typ: InodeType, in allocate_dir_entry()