table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| D_BACKING_INODE(9) | The Linux VFS | D_BACKING_INODE(9) |
NAME¶
d_backing_inode - Get upper or lower inode we should be usingSYNOPSIS¶
struct
inode *
d_backing_inode(const struct dentry * upper);
ARGUMENTS¶
upperThe upper layer
DESCRIPTION¶
This is the helper that should be used to get at the inode that will be used if this dentry were to be opened as a file. The inode may be on the upper dentry or it may be on a lower dentry pinned by the upper. Normal filesystems should not use this to access their own inodes.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |