函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:selinux_fs_info_create

函数原型:static int selinux_fs_info_create(struct super_block *sb)

返回类型:int

参数:

类型参数名称
struct super_block *sb
87  fsi等于分配内存并置零
88  如果非fsi则返回:负ENOMEM
91  mutex_init - initialize the mutex*@mutex: the mutex to be initialized* Initialize the mutex to unlocked state.* It is not allowed to initialize an already locked mutex.( & mutex)
92  last_ino等于 The next inode number to use 减1
93  state等于selinux_state
94  sb等于sb
95  Filesystem private info 等于fsi
96  返回:0
调用者
名称描述
sel_fill_super