Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |