函数逻辑报告 |
Source Code:fs\libfs.c |
Create Date:2022-07-29 10:40:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pseudo_fs_fill_super
函数原型:static int pseudo_fs_fill_super(struct super_block *s, struct fs_context *fc)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct super_block * | s | |
struct fs_context * | fc |
248 | ctx等于fs_private |
251 | s_maxbytes等于Page cache limit. The filesystems should put that into their s_maxbytes limits, otherwise bad things can happen in VM. |
252 | s_blocksize等于PAGE_SIZE |
255 | s_op等于如果ops否则simple_super_operations |
257 | s_time_gran等于1 |
270 | s_root等于d_make_root(root) |
274 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |