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:__remove_inode_hash - remove an inode from the hash*@inode: inode to unhash* Remove an inode from the superblock.
Proto:void __remove_inode_hash(struct inode *inode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
512 | spin_lock( & inode_hash_lock) |
513 | spin_lock( & _blocks, i_bytes, maybe i_size ) |
514 | hlist_del_init( & i_hash) |
516 | spin_unlock( & inode_hash_lock) |
Name | Describe |
---|---|
remove_inode_hash | remove an inode from the 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 |