table of contents
other versions
- stretch 4.9.168-1
D_BACKING_DENTRY(9) | The Linux VFS | D_BACKING_DENTRY(9) |
NAME¶
d_backing_dentry - Get upper or lower dentry we should be usingSYNOPSIS¶
struct dentry * d_backing_dentry(struct dentry * upper);
ARGUMENTS¶
upperThe upper layer
DESCRIPTION¶
This is the helper that should be used to get the dentry of the inode that will be used if this dentry were opened as a file. It may be the upper dentry or it may be a lower dentry pinned by the upper.Normal filesystems should not use this to access their own dentries.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |