1D_BACKING_INODE(9) The Linux VFS D_BACKING_INODE(9)
2
3
4
6 d_backing_inode - Get upper or lower inode we should be using
7
9 struct inode * d_backing_inode(const struct dentry * upper);
10
12 upper
13 The upper layer
14
16 This is the helper that should be used to get at the inode that will be
17 used if this dentry were to be opened as a file. The inode may be on
18 the upper dentry or it may be on a lower dentry pinned by the upper.
19
20 Normal filesystems should not use this to access their own inodes.
21
23Kernel Hackers Manual 3.10 June 2019 D_BACKING_INODE(9)