1D_INODE(9) The Linux VFS D_INODE(9)
23
4
NAME
6d_inode - Get the actual inode of this dentry
7
SYNOPSIS
9struct inode * d_inode(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(9)