table of contents
other versions
- stretch 4.9.168-1
D_REAL_INODE(9) | The Linux VFS | D_REAL_INODE(9) |
NAME¶
d_real_inode - Return the real inodeSYNOPSIS¶
struct inode * d_real_inode(const struct dentry * dentry);
ARGUMENTS¶
dentryThe dentry to query
DESCRIPTION¶
If dentry is on an union/overlay, then return the underlying, real inode. Otherwise return d_inode.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |