table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| D_INODE_RCU(9) | The Linux VFS | D_INODE_RCU(9) |
NAME¶
d_inode_rcu - Get the actual inode of this dentry with ACCESS_ONCESYNOPSIS¶
struct
inode *
d_inode_rcu(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¶
| February 2017 | Kernel Hackers Manual 3.16 |