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:find_submount

Proto:static enum d_walk_ret find_submount(void *_data, struct dentry *dentry)

Type:enum d_walk_ret

Parameter:

TypeParameterName
void *_data
struct dentry *dentry
1630  victim = _data
1631  If d_mountpoint(dentry) Then
1632  This must be called with d_lock held
1633  victim = dentry
1634  Return D_WALK_QUIT
1636  Return D_WALK_CONTINUE