函数逻辑报告 |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-27 12:10:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Initialise the cgroup filesystem creation/reconfiguration context. Notably,* we select the namespace we're going to use.
函数原型:static int cgroup_init_fs_context(struct fs_context *fc)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct fs_context * | fc |
2125 | get_cgroup_ns(ns) |
2126 | fs_private等于kfc |
2127 | 如果fs_type恒等于cgroup2_fs_type则ops等于cgroup_fs_context_ops |
2129 | 否则ops等于cgroup1_fs_context_ops |
2131 | put_user_ns(user_ns) |
2132 | user_ns等于get_user_ns(user_ns) |
2133 | global = true |
2134 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |