函数逻辑报告 |
Source Code:security\integrity\iint.c |
Create Date:2022-07-27 21:53:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:grity_inode_get - find or allocate an iint associated with an inode*@inode: pointer to the inode*@return: allocated iint* Caller must lock i_mutex
函数原型:struct integrity_iint_cache *integrity_inode_get(struct inode *inode)
返回类型:struct integrity_iint_cache
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode |
106 | 如果非iint则返回:NULL |
109 | write_lock( & integrity_iint_lock) |
114 | test_iint等于rb_entry(parent, structintegrity_iint_cache, rb_node) |
116 | 如果inode小于ack pointer to inode in question 则p等于rb_left |
125 | rb_link_node(node, parent, p) |
126 | rb_insert_color(node, & integrity_iint_tree) |
128 | write_unlock( & integrity_iint_lock) |
129 | 返回:iint |
名称 | 描述 |
---|---|
process_measurement | |
ima_post_create_tmpfile | ma_post_create_tmpfile - mark newly created tmpfile as new*@file : newly created tmpfile* No measuring, appraising or auditing of newly created tmpfiles is needed.* Skip calling process_measurement(), but indicate which newly, created |
ima_post_path_mknod | ma_post_path_mknod - mark as a new inode*@dentry: newly created dentry* Mark files created via the mknodat syscall as new, so that the* file data can be written later. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |