函数逻辑报告 |
Source Code:fs\statfs.c |
Create Date:2022-07-29 10:43:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:put_compat_statfs
函数原型:static int put_compat_statfs(struct compat_statfs __user *ubuf, struct kstatfs *kbuf)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct compat_statfs __user * | ubuf | |
struct kstatfs * | kbuf |
278 | memset( & buf, 0, sizeof(structcompat_statfs)) |
291 | 如果copy_to_user(ubuf, & buf, sizeof(structcompat_statfs))则返回:负EFAULT |
293 | 返回:0 |
名称 | 描述 |
---|---|
COMPAT_SYSCALL_DEFINE2 | The following statfs calls are copies of code from fs/statfs.c and* should be checked against those from time to time |
COMPAT_SYSCALL_DEFINE2 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |