Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dcache.c Create Date:2022-07-28 20:07:24
Last Modify:2020-03-18 10:27:32 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:in_lookup_hash

Proto:static inline struct hlist_bl_head *in_lookup_hash(const struct dentry *parent, unsigned int hash)

Type:struct hlist_bl_head

Parameter:

TypeParameterName
const struct dentry *parent
unsigned inthash
112  hash += parent / L1_CACHE_BYTES
113  Return in_lookup_hashtable + hash_32(hash, IN_LOOKUP_SHIFT)
Caller
NameDescribe
d_alloc_parallel
__d_lookup_done