Function report |
Source Code:fs\filesystems.c |
Create Date:2022-07-28 20:08:46 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:int register_filesystem(struct file_system_type *fs)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct file_system_type * | fs |
| 74 | res = 0 |
| 77 | If parameters && Not fs_validate_description(parameters) Then Return -EINVAL |
| 83 | write_lock( & file_systems_lock) |
| 89 | write_unlock( & file_systems_lock) |
| 90 | Return res |
| Name | Describe |
|---|---|
| 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 |
| 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 |