函数逻辑报告 |
Source Code:fs\inode.c |
Create Date:2022-07-29 10:38:01 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lear_nlink - directly zero an inode's link count*@inode: inode* This is a low-level filesystem helper to replace any* direct filesystem manipulation of i_nlink. See* drop_nlink() for why we care about i_nlink hitting zero.
函数原型:void clear_nlink(struct inode *inode)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode |
318 | 如果i_nlink则 |
319 | __i_nlink等于0 |
320 | atomic_long_inc( & s_remove_count) |
名称 | 描述 |
---|---|
set_nlink | set_nlink - directly set an inode's link count*@inode: inode*@nlink: new nlink (should be non-zero)* This is a low-level filesystem helper to replace any* direct filesystem manipulation of i_nlink. |
__shmem_file_setup | mmon code |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |