函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\selinux\hooks.c Create Date:2022-07-27 20:29:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:selinux_fs_context_parse_param

函数原型:static int selinux_fs_context_parse_param(struct fs_context *fc, struct fs_parameter *param)

返回类型:int

参数:

类型参数名称
struct fs_context *fc
struct fs_parameter *param
2839  opt等于fs_parse(fc, & selinux_fs_parameters, param, & result)
2840  如果opt小于0则返回:opt
2843  rc等于selinux_add_opt(opt, string, & Linux S&M options )
2844  如果非rc
2845  string = NULL
2846  rc等于1
2848  返回:rc