Home
last modified time | relevance | path

Searched refs:d_real_inode (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/kernel/trace/
Dtrace_uprobe.c413 struct inode *comp_inode = d_real_inode(comp->path.dentry); in trace_uprobe_has_same_uprobe()
418 if (comp_inode != d_real_inode(orig->path.dentry) || in trace_uprobe_has_same_uprobe()
477 struct inode *new_inode = d_real_inode(new->path.dentry); in validate_ref_ctr_offset()
480 if (new_inode == d_real_inode(tmp->path.dentry) && in validate_ref_ctr_offset()
1062 tu->inode = d_real_inode(tu->path.dentry); in trace_uprobe_enable()
/Linux-v5.15/include/linux/
Ddcache.h599 static inline struct inode *d_real_inode(const struct dentry *dentry) in d_real_inode() function