1D_REAL_INODE(9) The Linux VFS D_REAL_INODE(9)
23
4
NAME
6d_real_inode - Return the real inode
7
SYNOPSIS
9struct inode * d_real_inode(const struct dentry * dentry);
10
ARGUMENTS
12dentry
13The dentry to query
14
DESCRIPTION
16If dentry is on an union/overlay, then return the underlying, real
17inode. Otherwise return d_inode.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 D_REAL_INODE(9)