Function report |
Source Code:include\linux\dcache.h |
Create Date:2022-07-28 05:42:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_is_file
Proto:static inline bool d_is_file(const struct dentry *dentry)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct dentry * | dentry |
434 | Return d_is_reg(dentry) || d_is_special(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 |