函数逻辑报告 |
Source Code:fs\ramfs\inode.c |
Create Date:2022-07-29 11:11:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ramfs_fill_super
函数原型:static int ramfs_fill_super(struct super_block *sb, struct fs_context *fc)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct super_block * | sb | |
struct fs_context * | fc |
227 | s_maxbytes等于Page cache limit. The filesystems should put that into their s_maxbytes limits, otherwise bad things can happen in VM. |
228 | s_blocksize等于PAGE_SIZE |
232 | s_time_gran等于1 |
235 | s_root等于d_make_root(inode) |
239 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |