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:Free the inode passed in, removing it from the lists it is still connected* to
Proto:static void evict(struct inode *inode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
557 | BUG_ON(!(Misc & Set when inode is about to be freed but still has dirty pages or buffers attached or the inode itself is still dirty)) |
563 | inode_sb_list_del(inode) |
573 | If evict_inode Then |
574 | evict_inode(inode) |
575 | Else |
577 | clear an inode |
586 | spin_lock( & _blocks, i_bytes, maybe i_size ) |
588 | BUG_ON(Misc != (Set when inode is about to be freed but still has dirty pages or buffers attached or the inode itself is still dirty | Added by clear_inode())) |
591 | destroy_inode(inode) |
Name | Describe |
---|---|
dispose_list | dispose_list - dispose of the contents of a local list*@head: the head of the list to free* Dispose-list gets a local list with local inodes in it, so it doesn't* need to worry about list corruption and SMP locks. |
iput_final | Called when we're dropping the last reference* to an inode |
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 |