1D_INODE_RCU(9)                   The Linux VFS                  D_INODE_RCU(9)
2
3
4

NAME

6       d_inode_rcu - Get the actual inode of this dentry with ACCESS_ONCE
7

SYNOPSIS

9       struct inode * d_inode_rcu(const struct dentry * dentry);
10

ARGUMENTS

12       dentry
13           The dentry to query
14

DESCRIPTION

16       This is the helper normal filesystems should use to get at their own
17       inodes in their own dentries and ignore the layering superimposed upon
18       them.
19
21Kernel Hackers Manual 3.10         June 2019                    D_INODE_RCU(9)
Impressum