Home
last modified time | relevance | path

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

/packages/modules/Virtualization/zipfuse/src/
Dinode.rs252 let inode_data = it.get(inode); in check_dir() localVariable
254 let inode_data = inode_data.unwrap(); in check_dir() localVariable
265 let inode_data = it.get(inode); in check_file() localVariable
267 let inode_data = inode_data.unwrap(); in check_file() localVariable
286 let inode_data = check_file(&it, ROOT, "foo"); in one_file() localVariable
Dmain.rs132 let inode_data = self.find_inode(inode)?; in stat_from() localVariable
206 let inode_data = self.find_inode(inode)?; in open() localVariable
281 let inode_data = self.find_inode(inode)?; in opendir() localVariable