1D_INODE_RCU(9) The Linux VFS D_INODE_RCU(9)
23
4
NAME
6d_inode_rcu - Get the actual inode of this dentry with ACCESS_ONCE
7
SYNOPSIS
9struct inode * d_inode_rcu(const struct dentry * dentry);
10
ARGUMENTS
12dentry
13The dentry to query
14
DESCRIPTION
16This is the helper normal filesystems should use to get at their own
17inodes in their own dentries and ignore the layering superimposed upon
18them.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 D_INODE_RCU(9)