函数逻辑报告 |
Source Code:fs\filesystems.c |
Create Date:2022-07-29 10:39:01 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:gister_filesystem - register a new filesystem*@fs: the file system structure* Adds the file system passed to the list of file systems the kernel* is aware of for mount and other syscalls
函数原型:int register_filesystem(struct file_system_type *fs)
返回类型:int
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct file_system_type * | fs |
| 74 | res等于0 |
| 77 | 如果parameters且非fs_validate_description(parameters)则返回:负EINVAL |
| 83 | write_lock( & file_systems_lock) |
| 89 | write_unlock( & file_systems_lock) |
| 90 | 返回:res |
| 名称 | 描述 |
|---|---|
| cgroup_init | group_init - cgroup initialization* Register cgroup filesystem and /proc file, and initialize* any subsystems that didn't request early init. |
| bpf_init | |
| init_sel_fs | |
| init_smk_fs | _smk_fs - get the smackfs superblock* register the smackfs* Do not register smackfs if Smack wasn't enabled* on boot |
| bdev_cache_init | |
| init_misc_binfmt | |
| init_devpts_fs | |
| init_ramfs_fs | |
| rdtgroup_init | dtgroup_init - rdtgroup initialization* Setup resctrl file system including set up root, create mount point,* register rdtgroup filesystem, and initialize files under root directory.* Return: 0 on success or -errno |
| shmem_init |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |