Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dcache.c Create Date:2022-07-28 20:07:28
Last Modify:2020-03-18 10:27:32 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:path_check_mount

Proto:static enum d_walk_ret path_check_mount(void *data, struct dentry *dentry)

Type:enum d_walk_ret

Parameter:

TypeParameterName
void *data
struct dentry *dentry
1382  info = data
1383  struct path path = {mnt = mnt, dentry = dentry}
1385  If Value is more likely to compile time(!d_mountpoint(dentry)) Then Return D_WALK_CONTINUE
1387  If __path_is_mountpoint( & path) Then
1388  mounted = 1
1389  Return D_WALK_QUIT
1391  Return D_WALK_CONTINUE