函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\namespace.c Create Date:2022-07-29 10:39:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:mp_hash

函数原型:static inline struct hlist_head *mp_hash(struct dentry *dentry)

返回类型:struct hlist_head

参数:

类型参数名称
struct dentry *dentry
100  tmp等于dentryL1_CACHE_BYTES
101  tmp等于tmptmp右移mp_hash_shift位的值
102  返回:mountpoint_hashtable[tmp & mp_hash_mask]
调用者
名称描述
lookup_mountpoint
get_mountpoint