函数逻辑报告 |
Source Code:fs\super.c |
Create Date:2022-07-29 10:32:20 |
Last Modify:2022-05-24 06:42:17 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Free a superblock that has never been seen by anyone
函数原型:static void destroy_unused_super(struct super_block *s)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct super_block * | s |
178 | 如果非s则返回 |
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) |
185 | 释放内存 |
186 | free_prealloced_shrinker( & s_shrink) |
188 | destroy_super_work( & destroy_work) |
名称 | 描述 |
---|---|
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 | 查找或创建超级块 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |