d_real_inode (9) - Linux Manuals
d_real_inode: Return the real inode
NAME
d_real_inode - Return the real inode
SYNOPSIS
-
struct inode * d_real_inode(const struct dentry
* dentry);
ARGUMENTS
dentry
-
- The dentry to query
DESCRIPTION
If dentry is on an union/overlay, then return the underlying, real inode. Otherwise return d_inode.
COPYRIGHT