函数逻辑报告 |
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 |
函数名称:drop_nlink - directly drop an inode's link count*@inode: inode* This is a low-level filesystem helper to replace any* direct filesystem manipulation of i_nlink
函数原型:void drop_nlink(struct inode *inode)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode |
302 | __i_nlink自减 |
303 | 如果非i_nlink则atomic_long_inc( & s_remove_count) |
名称 | 描述 |
---|---|
simple_unlink | |
simple_rmdir | |
simple_rename | |
kill_node | |
devpts_pty_kill | devpts_pty_kill -- remove inode form /dev/pts/*@inode: inode of the slave to be removed* This is an inverse operation of devpts_pty_new. |
inode_dec_link_count |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |