Searched defs:InodeTable (Results 1 – 3 of 3) sorted by relevance
24 pub struct InodeTable { struct25 table: Vec<InodeData>,130 impl InodeTable { implementation179 ) -> Result<InodeTable> { in from_zip()256 fn setup(add: fn(&mut zip::ZipWriter<&mut std::io::Cursor<Vec<u8>>>)) -> InodeTable { in setup()270 fn check_dir(it: &InodeTable, parent: Inode, name: &str) -> Inode { in check_dir()283 fn check_file<'a>(it: &'a InodeTable, parent: Inode, name: &str) -> &'a InodeData { in check_file()
168 UInt64 InodeTable; member
502 UInt64 InodeTable; member