函数逻辑报告 |
Source Code:fs\quota\compat.c |
Create Date:2022-07-29 11:10:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:COMPAT_SYSCALL_DEFINE4
函数原型:COMPAT_SYSCALL_DEFINE4(quotactl32, unsigned int, cmd, const char __user *, special, qid_t, id, void __user *, addr)
返回类型:
参数:无
57 | cmds等于cmd右移SUBCMDSHIFT位 |
61 | dqblk等于Allocate user-space memory for the duration of a single system call,* in order to marshall parameters inside a compat thunk. |
62 | compat_dqblk等于addr |
70 | 退出 |
72 | dqblk等于Allocate user-space memory for the duration of a single system call,* in order to marshall parameters inside a compat thunk. |
73 | compat_dqblk等于addr |
80 | 退出 |
82 | fsqstat等于Allocate user-space memory for the duration of a single system call,* in order to marshall parameters inside a compat thunk. |
83 | compat_fsqstat等于addr |
89 | 如果copy_in_user(compat_fsqstat, fsqstat, offsetof(structcompat_fs_quota_stat, qs_uquota))则退出 |
114 | ret等于0 |
115 | 退出 |
116 | 默认 |
119 | 返回:ret |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |