Function report |
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 activity | Download SCCT | Chinese |
Name:mp_hash
Proto:static inline struct hlist_head *mp_hash(struct dentry *dentry)
Type:struct hlist_head
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry |
100 | tmp = dentry / L1_CACHE_BYTES |
101 | tmp = tmp + (tmp >> mp_hash_shift) |
102 | Return mountpoint_hashtable[tmp & mp_hash_mask] |
Name | Describe |
---|---|
lookup_mountpoint | |
get_mountpoint |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |