函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:smack_fs_context_parse_param - Parse a single mount parameter*@fc: The new filesystem context being constructed.*@param: The parameter.* Returns 0 on success, -ENOPARAM to pass the parameter on or anything else on* error.

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

返回类型:int

参数:

类型参数名称
struct fs_context *fc
struct fs_parameter *param
710  opt等于fs_parse(fc, & smack_fs_parameters, param, & result)
711  如果opt小于0则返回:opt
714  rc等于smack_add_opt(opt, string, & Linux S&M options )
715  如果非rcstring = NULL
717  返回:rc