函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:integrity_fs_init

函数原型:static int __init integrity_fs_init(void)

返回类型:int

参数:

220  integrity_dir等于securityfs_create_dir - create a directory in the securityfs filesystem*@name: a pointer to a string containing the name of the directory to* create.*@parent: a pointer to the parent dentry for this file. This should be a* directory dentry if set
221  如果是错误
222  ret等于错误
224  如果ret不等于负ENODEV打印错误信息("Unable to create integrity sysfs dir: %d\n", ret)
227  integrity_dir = NULL
228  返回:ret
231  返回:0