函数逻辑报告 |
Source Code:security\security.c |
Create Date:2022-07-27 20:12:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:security_inode_alloc
函数原型:int security_inode_alloc(struct inode *inode)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode |
915 | rc等于lsm_inode_alloc - allocate a composite inode blob*@inode: the inode that needs a blob* Allocate the inode blob for all the modules* Returns 0, or -ENOMEM if memory can't be allocated. |
917 | 如果此条件成立可能性小(为编译器优化)(rc)则返回:rc |
919 | rc等于call_int_hook(inode_alloc_security, 0, inode) |
920 | 如果此条件成立可能性小(为编译器优化)(rc)则security_inode_free(inode) |
922 | 返回:rc |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |