Home
last modified time | relevance | path

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

/packages/modules/Virtualization/guest/zipfuse/src/
Dinode.rs275 let inode_data = it.get(inode); in check_dir() localVariable
277 let inode_data = inode_data.unwrap(); in check_dir() localVariable
288 let inode_data = it.get(inode); in check_file() localVariable
290 let inode_data = inode_data.unwrap(); in check_file() localVariable
309 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
267 let inode_data = self.find_inode(inode)?; in open() localVariable
374 let inode_data = self.find_inode(inode)?; in opendir() localVariable