Function report |
Source Code:include\linux\fs.h |
Create Date:2022-07-28 05:43:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:remove an inode from the hash
Proto:static inline void remove_inode_hash(struct inode *inode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
3078 | If Not inode_unhashed(inode) && Not hlist_fake( & i_hash) Then __remove_inode_hash - remove an inode from the hash*@inode: inode to unhash* Remove an inode from the superblock. |
Name | Describe |
---|---|
evict | Free the inode passed in, removing it from the lists it is still connected* to |
make_bad_inode | mark an inode bad due to an I/O error |
bdev_unhash_inode | If there is a bdev inode for this device, unhash it so that it gets evicted* as soon as last inode reference is dropped. |
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 |