Function report |
Source Code:fs\super.c |
Create Date:2022-07-28 20:02:21 |
Last Modify:2022-05-24 06:42:17 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Free a superblock that has never been seen by anyone
Proto:static void destroy_unused_super(struct super_block *s)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct super_block * | s |
178 | If Not s Then Return |
181 | list_lru_destroy( & s_dentry_lru) |
182 | list_lru_destroy( & s_inode_lru) |
183 | security_sb_free(s) |
184 | put_user_ns(s_user_ns) |
186 | free_prealloced_shrinker( & s_shrink) |
188 | destroy_super_work( & destroy_work) |
Name | Describe |
---|---|
alloc_super | alloc_super - create new superblock*@type: filesystem type superblock should belong to*@flags: the mount flags*@user_ns: User namespace for the super_block* Allocates and initializes a new &struct super_block. alloc_super() |
sget_fc | sget_fc - Find or create a superblock*@fc: Filesystem context |
sget | find or create a superblock |
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 |