Searched defs:InodeTable (Results 1 – 1 of 1) sorted by relevance
24 pub struct InodeTable { struct25 table: Vec<InodeData>,118 impl InodeTable { implementation167 ) -> 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()