Function report |
Source Code:fs\inode.c |
Create Date:2022-07-28 20:07:56 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vict_inodes - evict all evictable inodes for a superblock*@sb: superblock to operate on* Make sure that no inodes with zero refcount are retained
Proto:void evict_inodes(struct super_block *sb)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct super_block * | sb |
628 | again : |
629 | spin_lock( & s_inode_list_lock) |
631 | If atomic_read( & i_count) Then Continue |
634 | spin_lock( & _blocks, i_bytes, maybe i_size ) |
637 | Continue |
640 | Misc |= Set when inode is about to be freed but still has dirty pages or buffers attached or the inode itself is still dirty |
641 | inode_lru_list_del(inode) |
650 | If need_resched() Then |
657 | spin_unlock( & s_inode_list_lock) |
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 |