table of contents
other versions
- jessie 3.16.56-1+deb8u1
| D_INODE(9) | The Linux VFS | D_INODE(9) |
NAME¶
d_inode - Get the actual inode of this dentrySYNOPSIS¶
struct inode *
d_inode(const struct dentry * dentry);
ARGUMENTS¶
dentryThe dentry to query
DESCRIPTION¶
This is the helper normal filesystems should use to get at their own inodes in their own dentries and ignore the layering superimposed upon them.COPYRIGHT¶
| May 2018 | Kernel Hackers Manual 3.16 |