函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\namei.c Create Date:2022-07-29 10:34:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:follow_dotdot

函数原型:static int follow_dotdot(struct nameidata *nd)

返回类型:int

参数:

类型参数名称
struct nameidata *nd
1483  当1循环
1484  如果path_equal( & path, & root)则退出
1486  如果dentry不等于mnt_root
1487  ret等于path_parent_directory( & path)
1488  如果ret则返回:ret
1490  退出
1492  如果非llow_up - Find the mountpoint of path's vfsmount* Given a path, find the mountpoint of its source file system退出
1495  Skip to top of mountpoint pile in refwalk mode for follow_dotdot()
1496  path.dentry.d_inode 等于d_inode
1497  返回:0
调用者
名称描述
handle_dots