Name

d_real_inode — Return the real inode

Synopsis

struct inode * d_real_inode (const struct dentry * dentry);
 

Arguments

const struct dentry * dentry

The dentry to query

Description

If dentry is on a union/overlay, then return the underlying, real inode. Otherwise return d_inode.