函数逻辑报告 |
Source Code:fs\fhandle.c |
Create Date:2022-07-29 11:06:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:handle_to_path
函数原型:static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, struct path *path)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int | mountdirfd | |
struct file_handle __user * | ufh | |
struct path * | path |
170 | retval等于0 |
172 | struct file_handle * handle = NULL |
179 | 如果非操作权限检查则 |
183 | 如果copy_from_user( & f_handle, ufh, sizeof(structfile_handle))则 |
194 | 如果非handle则 |
200 | 如果copy_from_user( & file identifier , & file identifier , handle_bytes)则 |
204 | 转到:out_handle |
207 | retval等于do_handle_to_path(mountdirfd, handle, path) |
209 | out_handle : |
210 | 释放内存 |
211 | out_err : |
212 | 返回:retval |
名称 | 描述 |
---|---|
do_handle_open |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |