函数逻辑报告 |
Source Code:fs\verity\measure.c |
Create Date:2022-07-29 10:58:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sverity_ioctl_measure() - get a verity file's measurement* Retrieve the file measurement that the kernel is enforcing for reads from a* verity file
函数原型:int fsverity_ioctl_measure(struct file *filp, void __user *_uarg)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct file * | filp | |
void __user * | _uarg |
23 | inode等于file_inode(filp) |
29 | vi等于fsverity_get_info(inode) |
40 | 如果Careful: we have to cast the result to the type of the pointer* for sign reasons( input/output , & input/output )则返回:负EFAULT |
49 | 如果copy_to_user(uarg, & arg, arg的长度)则返回:负EFAULT |
55 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |