d_inode_rcu (9) - Linux Manuals
d_inode_rcu: Get the actual inode of this dentry with ACCESS_ONCE
NAME
d_inode_rcu - Get the actual inode of this dentry with ACCESS_ONCE
SYNOPSIS
-
struct inode * d_inode_rcu(const struct dentry
* dentry);
ARGUMENTS
dentry
-
- The 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