函数逻辑报告 |
Source Code:fs\d_path.c |
Create Date:2022-07-29 10:42:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__d_path - return the path of a dentry*@path: the dentry/vfsmount to report*@root: root vfsmnt/dentry*@buf: buffer to return value in*@buflen: buffer length* Convert a dentry into an ASCII path name
函数原型:char *__d_path(const struct path *path, const struct path *root, char *buf, int buflen)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct path * | path | |
const struct path * | root | |
char * | buf | |
int | buflen |
188 | 如果error大于0则返回:NULL |
190 | 返回:res |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |