Function report |
Source Code:fs\inode.c |
Create Date:2022-07-28 20:07:58 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Called when we're dropping the last reference* to an inode
Proto:static void iput_final(struct inode *inode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
1545 | If drop_inode Then drop = drop_inode(inode) |
1547 | Else drop = generic_drop_inode(inode) |
1552 | spin_unlock( & _blocks, i_bytes, maybe i_size ) |
1553 | Return |
1556 | If Not drop Then |
1558 | spin_unlock( & _blocks, i_bytes, maybe i_size ) |
1559 | write_inode_now(inode, 1) |
1560 | spin_lock( & _blocks, i_bytes, maybe i_size ) |
1565 | Misc |= Set when inode is about to be freed but still has dirty pages or buffers attached or the inode itself is still dirty |
1566 | If Not list_empty - tests whether a list is empty*@head: the list to test. Then inode_lru_list_del(inode) |
1568 | spin_unlock( & _blocks, i_bytes, maybe i_size ) |
Name | Describe |
---|---|
iput | put 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 |