函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:securityfs_init

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

返回类型:int

参数:

335  retval等于sysfs_create_mount_point(kernel_kobj, "security")
336  如果retval则返回:retval
339  retval等于register_filesystem( & fs_type)
340  如果retval
341  sysfs_remove_mount_point(kernel_kobj, "security")
342  返回:retval
345  lsm_dentry等于securityfs_create_file - create a file in the securityfs filesystem*@name: a pointer to a string containing the name of the file to create.*@mode: the permission that the file should have*@parent: a pointer to the parent dentry for this file
348  返回:0