Function report |
Source Code:fs\inode.c |
Create Date:2022-07-28 20:07:55 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:insert an inode on hash
Proto:void __insert_inode_hash(struct inode *inode, unsigned long hashval)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
unsigned long | hashval |
494 | b = inode_hashtable + hash(i_sb, hashval) |
496 | spin_lock( & inode_hash_lock) |
497 | spin_lock( & _blocks, i_bytes, maybe i_size ) |
498 | hlist_add_head( & i_hash, b) |
500 | spin_unlock( & inode_hash_lock) |
Name | Describe |
---|---|
insert_inode_hash |
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 |