Function report |
Source Code:fs\inode.c |
Create Date:2022-07-28 20:07:57 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Walk the superblock inode LRU for freeable inodes and attempt to free them.* This is called from the superblock shrinker function with a number of inodes* to trim from the LRU. Inodes to be freed are moved to a temporary list and
Proto:long prune_icache_sb(struct super_block *sb, struct shrink_control *sc)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
struct super_block * | sb | |
struct shrink_control * | sc |
802 | freed = list_lru_shrink_walk( & s_inode_lru, sc, Isolate the inode from the LRU in preparation for freeing it, & freeable) |
805 | Return freed |
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 |