Home
last modified time | relevance | path

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

/packages/modules/Virtualization/zipfuse/src/
Dinode.rs24 pub struct InodeTable { struct
25 table: Vec<InodeData>,
118 impl InodeTable { implementation
167 ) -> Result<InodeTable> { in from_zip()
233 fn setup(add: fn(&mut zip::ZipWriter<&mut std::io::Cursor<Vec<u8>>>)) -> InodeTable { in setup()
247 fn check_dir(it: &InodeTable, parent: Inode, name: &str) -> Inode { in check_dir()
260 fn check_file<'a>(it: &'a InodeTable, parent: Inode, name: &str) -> &'a InodeData { in check_file()