Home
last modified time | relevance | path

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

/packages/modules/Virtualization/zipfuse/src/
Dinode.rs264 let inode_data = it.get(inode); in check_dir() localVariable
266 let inode_data = inode_data.unwrap(); in check_dir() localVariable
277 let inode_data = it.get(inode); in check_file() localVariable
279 let inode_data = inode_data.unwrap(); in check_file() localVariable
298 let inode_data = check_file(&it, ROOT, "foo"); in one_file() localVariable
Dmain.rs194 let inode_data = self.find_inode(inode)?; in stat_from() localVariable
266 let inode_data = self.find_inode(inode)?; in open() localVariable
372 let inode_data = self.find_inode(inode)?; in opendir() localVariable