Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\dcache.h Create Date:2022-07-28 05:42:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:d_real - Return the real dentry*@dentry: the dentry to query*@inode: inode to select the dentry from multiple layers (can be NULL)* If dentry is on a union/overlay, then return the underlying, real dentry.* Otherwise return the dentry itself.

Proto:static inline struct dentry *d_real(struct dentry *dentry, const struct inode *inode)

Type:struct dentry

Parameter:

TypeParameterName
struct dentry *dentry
const struct inode *inode
580  If Value for the false possibility is greater at compile time( protected by d_lock & DCACHE_OP_REAL) Then Return d_real(dentry, inode)
582  Else Return dentry