Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dtrace_uprobe.c419 struct inode *comp_inode = d_real_inode(comp->path.dentry); in trace_uprobe_has_same_uprobe()
424 if (comp_inode != d_real_inode(orig->path.dentry) || in trace_uprobe_has_same_uprobe()
483 struct inode *new_inode = d_real_inode(new->path.dentry); in validate_ref_ctr_offset()
486 if (new_inode == d_real_inode(tmp->path.dentry) && in validate_ref_ctr_offset()
1051 tu->inode = d_real_inode(tu->path.dentry); in trace_uprobe_enable()
/Linux-v5.4/include/linux/
Ddcache.h588 static inline struct inode *d_real_inode(const struct dentry *dentry) in d_real_inode() function