Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\dcache.h Create Date:2022-07-28 05:41:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:d_mountpoint

Proto:static inline bool d_mountpoint(const struct dentry *dentry)

Type:bool

Parameter:

TypeParameterName
const struct dentry *dentry
381  Return protected by d_lock & s a mountpoint
Caller
NameDescribe
__follow_mount_rcuTry to skip to top of mountpoint pile in rcuwalk mode. Fail if* we meet a managed dentry that would need blocking.
follow_dotdot_rcu
follow_mountSkip to top of mountpoint pile in refwalk mode for follow_dotdot()
path_check_mount
d_set_mountedCalled by mount code to set a mountpoint and check if the mountpoint is* reachable (e.g. NFS can unhash a directory dentry and then the complete* subtree can become unreachable).* Only one of d_invalidate() and d_set_mounted() must succeed. For
find_submount
__is_local_mountpoint__is_local_mountpoint - Test to see if dentry is a mountpoint in the* current mount namespace
get_mountpoint
path_is_mountpointpath_is_mountpoint() - Check if path is a mount in the current* namespace
current_chrooted