Get the actual inode of this dentry with access_once
struct inode * d_inode_rcu(const struct dentry * dentry);
dentry
The dentry to query
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.