Function report |
Source Code:fs\ramfs\inode.c |
Create Date:2022-07-28 20:34:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ramfs_fill_super
Proto:static int ramfs_fill_super(struct super_block *sb, struct fs_context *fc)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
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 |
230 | s_magic = some random number |
232 | s_time_gran = 1 |
235 | s_root = d_make_root(inode) |
239 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |