函数逻辑报告 |
Source Code:fs\dcookies.c |
Create Date:2022-07-29 11:11:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:And here is where the userspace process can look up the cookie value* to retrieve the path.
函数原型:static int do_lookup_dcookie(u64 cookie64, char __user *buf, size_t len)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
u64 | cookie64 | |
char __user * | buf | |
size_t | len |
165 | mutex_lock( & dcookie_mutex) |
167 | 如果非is_live()则 |
172 | 如果非dcs等于find_dcookie(cookie)则转到:out |
181 | path等于d_path - return the path of a dentry*@path: path to report*@buf: buffer to return value in*@buflen: buffer length* Convert a dentry into an ASCII path name |
185 | 如果是错误则 |
199 | out_free : |
200 | 释放内存 |
201 | 返回:err |
202 | out : |
204 | 返回:err |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |