1D_REAL_INODE(9)                  The Linux VFS                 D_REAL_INODE(9)
2
3
4

NAME

6       d_real_inode - Return the real inode
7

SYNOPSIS

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

ARGUMENTS

12       dentry
13           The dentry to query
14

DESCRIPTION

16       If dentry is on an union/overlay, then return the underlying, real
17       inode. Otherwise return d_inode.
18
20Kernel Hackers Manual 3.10         June 2019                   D_REAL_INODE(9)
Impressum