函数逻辑报告 |
Source Code:fs\namei.c |
Create Date:2022-07-29 10:34:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lazy_walk - try to switch to ref-walk mode
函数原型:static int unlazy_walk(struct nameidata *nd)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct nameidata * | nd |
676 | BUG_ON(!(flags & RCU pathwalk mode; semi-internal )) |
678 | flags与等于RCU pathwalk mode; semi-internal 的反 |
679 | 如果此条件成立可能性小(为编译器优化)(!legitimize_links(nd))则转到:out1 |
683 | 如果此条件成立可能性小(为编译器优化)(!legitimize_root(nd))则转到:out |
687 | 返回:0 |
689 | out1 : |
690 | mnt = NULL |
691 | dentry = NULL |
692 | out : |
694 | 返回:负ECHILD |
名称 | 描述 |
---|---|
complete_walk | mplete_walk - successful completion of path walk*@nd: pointer nameidata* If we had been in RCU mode, drop out of it and legitimize nd->path.* Revalidate the final result, unless we'd already done that during |
get_link | |
lookup_fast | |
may_lookup | |
pick_link | |
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. |
path_mountpoint | path_mountpoint - look up a path to be umounted*@nd: lookup context*@flags: lookup flags*@path: pointer to container for result* Look up the given name, but don't attempt to revalidate the last component. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |