Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mp_hash

Proto:static inline struct hlist_head *mp_hash(struct dentry *dentry)

Type:struct hlist_head

Parameter:

TypeParameterName
struct dentry *dentry
100  tmp = dentry / L1_CACHE_BYTES
101  tmp = tmp + (tmp >> mp_hash_shift)
102  Return mountpoint_hashtable[tmp & mp_hash_mask]
Caller
NameDescribe
lookup_mountpoint
get_mountpoint