函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\resctrl\rdtgroup.c Create Date:2022-07-27 09:11:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:rdt_init_fs_context

函数原型:static int rdt_init_fs_context(struct fs_context *fc)

返回类型:int

参数:

类型参数名称
struct fs_context *fc
2097  ctx等于分配内存并置零
2098  如果非ctx则返回:负ENOMEM
2101  Root of the hierarchy being mounted 等于rdt_root
2102  File system specific magic number 等于RDTGROUP_SUPER_MAGIC
2103  The filesystem's context 等于kfc
2104  ops等于rdt_fs_context_ops
2105  put_user_ns(The user namespace for this mount )
2106  The user namespace for this mount 等于get_user_ns( & init_user_ns)
2107  Goes into &init_user_ns = true
2108  返回:0