Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\namei.c Create Date:2022-07-28 20:05:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Skip to top of mountpoint pile in refwalk mode for follow_dotdot()

Proto:static void follow_mount(struct path *path)

Type:void

Parameter:

TypeParameterName
struct path *path
1459  When d_mountpoint(dentry) cycle
1460  mounted = lookup_mnt(path)
1461  If Not mounted Then Break
1463  dput(dentry)
1464  mntput(mnt)
1465  mnt = mounted
1466  dentry = get a reference to a dentry
Caller
NameDescribe
follow_dotdot
path_pts