函数逻辑报告 |
Source Code:fs\namei.c |
Create Date:2022-07-29 10:34:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:get_link
函数原型:static __always_inline const char *get_link(struct nameidata *nd)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
struct nameidata * | nd |
1049 | inode等于link_inode |
1053 | 如果非flags按位与RCU pathwalk mode; semi-internal 的值则 |
1054 | touch_atime( & link) |
1055 | cond_resched() |
1056 | 否则如果atime_needs_update( & link, inode)则 |
1059 | touch_atime( & link) |
1064 | 如果此条件成立可能性小(为编译器优化)(error)则返回:错误号 |
1069 | 如果非res则 |
1070 | const char * ( * get)(struct dentry * , struct inode * , struct delayed_call * ) |
1073 | 如果flags按位与RCU pathwalk mode; semi-internal 则 |
1080 | 否则 |
1086 | 如果res恒等于'/'则 |
1089 | 如果此条件成立可能性小(为编译器优化)(nd_jump_root(nd))则返回:错误号 |
1091 | 当此条件成立可能性小(为编译器优化)( * ++res == '/')循环 |
1096 | 返回:res |
名称 | 描述 |
---|---|
link_path_walk | Name resolution.* This is the basic name resolution function, turning a pathname into* the final dentry. We expect 'base' to be positive and a directory.* Returns 0 and nd will have valid dentry and mnt on success. |
trailing_symlink |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |