| Function report | 
| Source Code: fs\super.c | Create Date:2022-07-28 20:02:30 | 
| Last Modify:2022-05-24 06:42:17 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:mount_single
Proto:struct dentry *mount_single(struct file_system_type *fs_type, int flags, void *data, int (*fill_super)(struct super_block *, void *, int ))
Type:struct dentry
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct file_system_type * | fs_type | |
| int | flags | |
| void * | data | |
| int (* | fill_super | 
| 1510 | s = find or create a superblock | 
| 1513 | If Not s_root Then | 
| 1517 | Else | 
| 1518 | error = reconfigure_single(s, flags, data) | 
| 1524 | Return get a reference to a dentry | 
| 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 |