函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:in_lookup_hash

函数原型:static inline struct hlist_bl_head *in_lookup_hash(const struct dentry *parent, unsigned int hash)

返回类型:struct hlist_bl_head

参数:

类型参数名称
const struct dentry *parent
unsigned inthash
112  hash加等于parentL1_CACHE_BYTES
113  返回:in_lookup_hashtablehash_32(hash, IN_LOOKUP_SHIFT)
调用者
名称描述
d_alloc_parallel
__d_lookup_done