Searched defs:new_inode (Results 1 – 4 of 4) sorted by relevance
275 let new_inode = self.next_inode.fetch_add(1, Ordering::Relaxed); in add_entry_at_ro_dir_by_path() localVariable301 let new_inode = self.next_inode.fetch_add(1, Ordering::Relaxed); in add_entry_at_ro_dir_by_path() localVariable350 let new_inode = self.next_inode.fetch_add(1, Ordering::Relaxed); in create_new_entry_with_ref_count() localVariable665 let new_inode = self.create_new_entry_with_ref_count( in create() localVariable849 let new_inode = self.create_new_entry_with_ref_count( in mkdir() localVariable
35 static int old_inode, new_inode; variable
2178 ext2_ino_t ino, new_inode; in inode_scan_and_fix() local2379 ext2_ino_t new_inode; in check_and_change_inodes() local
2804 let new_inode = self.find_inode(newdir)?; in rename() localVariable2896 let new_inode = self.find_inode(newparent)?; in link() localVariable