函数逻辑报告 |
Source Code:fs\namei.c |
Create Date:2022-07-29 10:34:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:getname_kernel
函数原型:struct filename *getname_kernel(const char *filename)
返回类型:struct filename
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | filename |
219 | 如果此条件成立可能性小(为编译器优化)(!result)则返回:错误号 |
224 | 否则如果len小于等于# chars in a path name including nul 则 |
229 | 如果此条件成立可能性小(为编译器优化)(!tmp)则 |
235 | 否则 |
239 | memcpy((char * ) pointer to actual string , filename, len) |
240 | original userland pointer = NULL |
241 | aname = NULL |
242 | refcnt等于1 |
243 | audit_getname(result) |
245 | 返回:result |
名称 | 描述 |
---|---|
open_exec | |
kern_path_locked | does lookup, returns the object with parent locked |
kern_path | |
vfs_path_lookup | vfs_path_lookup - lookup a file path relative to a dentry-vfsmount pair*@dentry: pointer to dentry of the base directory*@mnt: pointer to vfs mount of the base directory*@name: pointer to file name*@flags: lookup flags*@path: pointer to struct path to fill |
kern_path_mountpoint | |
do_file_open_root | |
kern_path_create | |
fs_lookup_param | s_lookup_param - Look up a path referred to by a parameter*@fc: The filesystem context to log errors through.*@param: The parameter.*@want_bdev: T if want a blockdev*@_path: The result of the lookup |
do_coredump | |
call_usermodehelper_exec_async | This is the task which runs the usermode application |
run_init_process |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |