函数逻辑报告 |
Source Code:fs\dcache.c |
Create Date:2022-07-29 10:37:32 |
Last Modify:2020-03-18 10:27:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:This should be equivalent to d_instantiate() + unlock_new_inode(),* with lockdep-related part of unlock_new_inode() done before* anything else. Use that instead of open-coding d_instantiate()/* unlock_new_inode() combinations.
函数原型:void d_instantiate_new(struct dentry *entry, struct inode *inode)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct dentry * | entry | |
struct inode * | inode |
1970 | BUG_ON(!hlist_unhashed( & de alias list )) |
1973 | security_d_instantiate(entry, inode) |
1974 | 加自旋锁 |
1975 | __d_instantiate(entry, inode) |
1977 | Misc 与等于I_NEW的反按位与I_CREATING的反 |
1978 | smp_mb() |
1980 | 自旋锁解锁 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |