Searched refs:d_real_inode (Results 1 – 2 of 2) sorted by relevance
412 struct inode *comp_inode = d_real_inode(comp->path.dentry); in trace_uprobe_has_same_uprobe()417 if (comp_inode != d_real_inode(orig->path.dentry) || in trace_uprobe_has_same_uprobe()476 struct inode *new_inode = d_real_inode(new->path.dentry); in validate_ref_ctr_offset()479 if (new_inode == d_real_inode(tmp->path.dentry) && in validate_ref_ctr_offset()1057 tu->inode = d_real_inode(tu->path.dentry); in trace_uprobe_enable()
595 static inline struct inode *d_real_inode(const struct dentry *dentry) in d_real_inode() function