函数逻辑报告 |
Source Code:fs\namei.c |
Create Date:2022-07-29 10:34:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Try to skip to top of mountpoint pile in rcuwalk mode. Fail if* we meet a managed dentry that would need blocking.
函数原型:static bool __follow_mount_rcu(struct nameidata *nd, struct path *path, struct inode **inode, unsigned *seqp)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct nameidata * | nd | |
struct path * | path | |
struct inode ** | inode | |
unsigned * | seqp |
1314 | 循环 |
1321 | 当:managed_dentry_rcu(path)恒等于负ECHILD |
1322 | 默认 |
1323 | 返回:false |
1324 | 当:managed_dentry_rcu(path)恒等于负EISDIR |
1325 | 返回:true |
1326 | 当:managed_dentry_rcu(path)恒等于0 |
1327 | 退出 |
1330 | 如果非d_mountpoint(dentry)则返回:非 protected by d_lock 按位与handle automount on this dir 的值 |
1333 | mounted等于__lookup_mnt(mnt, dentry) |
1337 | dentry等于 root of the mounted tree |
1338 | flags或等于LOOKUP_JUMPED |
1347 | 返回:非read_seqretry( & mount_lock, m_seq)且非 protected by d_lock 按位与handle automount on this dir 的值 |
名称 | 描述 |
---|---|
lookup_fast | |
handle_lookup_down |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |