Searched refs:insert_or_update_inode (Results 1 – 3 of 3) sorted by relevance
476 rf.insert_or_update_inode(id.clone(), &stat, path.clone()); in build()
441 pub fn insert_or_update_inode(&mut self, id: FileId, stat: &Metadata, path: PathString) { in insert_or_update_inode() method
613 rf.insert_or_update_inode(file_id, &stat, path.to_str().unwrap().to_owned()); in build_records_file()