函数逻辑报告 | 
Source Code:fs\libfs.c | 
Create Date:2022-07-29 10:40:59 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:he inodes created here are not hashed. If you use iunique to generate* unique inode values later for this filesystem, then you must take care* to pass it an appropriate max_reserved value to avoid collisions.
函数原型:int simple_fill_super(struct super_block *s, unsigned long magic, const struct tree_descr *files)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct super_block * | s | |
| unsigned long | magic | |
| const struct tree_descr * | files | 
| 540 | s_blocksize等于PAGE_SIZE | 
| 544 | s_time_gran等于1 | 
| 559 | root等于d_make_root(inode) | 
| 563 | 如果非name则继续下一循环 | 
| 572 | dentry等于d_alloc_name(root, name) | 
| 576 | 如果非inode则 | 
| 578 | 转到:out | 
| 584 | 添加目录项到哈希队列 | 
| 587 | 返回:0 | 
| 588 | out : | 
| 589 | d_genocide(root) | 
| 590 | 收缩高速缓存区 | 
| 592 | 返回:负ENOMEM | 
| 名称 | 描述 | 
|---|---|
| sel_fill_super | |
| smk_fill_super | smk_fill_super - fill the smackfs superblock*@sb: the empty superblock*@fc: unused* Fill in the well known entries for the smack filesystem* Returns 0 on success, an error code on failure | 
| apparmorfs_fill_super | |
| bm_fill_super | |
| bpf_fill_super | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |