| 函数逻辑报告 | 
| Source Code: fs\super.c | Create Date:2022-07-29 10:32:24 | 
| Last Modify:2022-05-24 06:42:17 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:vfs_get_super - Get a superblock with a search key set in s_fs_info.*@fc: The filesystem context holding the parameters*@keying: How to distinguish superblocks*@fill_super: Helper to initialise a new superblock
函数原型:int vfs_get_super(struct fs_context *fc, enum vfs_get_super_keying keying, int (*fill_super)(struct super_block *sb, struct fs_context *fc))
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct fs_context * | fc | |
| enum vfs_get_super_keying | keying | |
| int (* | fill_super | 
| 1167 | int( * test)(struct super_block * , struct fs_context * ) | 
| 1174 | test等于test_single_super | 
| 1175 | 退出 | 
| 1177 | test等于test_keyed_super | 
| 1178 | 退出 | 
| 1182 | 默认 | 
| 1183 | BUG() | 
| 1190 | 如果非s_root则 | 
| 1197 | 否则 | 
| 1199 | 如果keying恒等于As above, but reconfigure if it exists 则 | 
| 1209 | 返回:0 | 
| 1211 | error : | 
| 1213 | 返回:err | 
| 源代码转换工具 开放的插件接口 | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |