函数逻辑报告 |
Source Code:kernel\auditsc.c |
Create Date:2022-07-27 12:30:22 |
Last Modify:2020-03-17 16:31:21 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:audit_free_names
函数原型:static inline void audit_free_names(struct audit_context *context)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct audit_context * | context |
866 | 删除链表项 |
869 | 如果This was an allocated audit_names and not from the array of* names allocated in the task audit context. Thus this name* should be freed on syscall exit.则kfree(n) |
872 | 文件数等于0 |
874 | dentry = NULL |
875 | mnt = NULL |
名称 | 描述 |
---|---|
audit_free_context | |
__audit_syscall_exit | __audit_syscall_exit - deallocate audit context after a system call*@success: success value of the syscall*@return_code: return value of the syscall* Tear down after system call |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |