函数逻辑报告 |
Source Code:fs\inode.c |
Create Date:2022-07-29 10:38:05 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lock_new_inode - clear the I_NEW state and wake up any waiters*@inode: new inode to unlock* Called when the inode is fully initialised to clear the new state of the* inode and wake up anyone waiting for the inode to finish initialisation.
函数原型:void unlock_new_inode(struct inode *inode)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode |
993 | 加自旋锁 |
995 | Misc 与等于I_NEW的反按位与I_CREATING的反 |
996 | smp_mb() |
998 | 自旋锁解锁 |
名称 | 描述 |
---|---|
iget_failed | get_failed - Mark an under-construction inode as dead and release it*@inode: The inode to discard* Mark an under-construction inode as dead and release it. |
bdget |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |