Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:follow_down_one

Proto:int follow_down_one(struct path *path)

Type:int

Parameter:

TypeParameterName
struct path *path
1289  mounted = lookup_mnt(path)
1290  If mounted Then
1291  dput(dentry)
1292  mntput(mnt)
1293  mnt = mounted
1294  dentry = get a reference to a dentry
1295  Return 1
1297  Return 0
Caller
NameDescribe
current_chrooted