Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\selinux\selinuxfs.c Create Date:2022-07-28 19:03:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:selinux_fs_info_free

Proto:static void selinux_fs_info_free(struct super_block *sb)

Type:void

Parameter:

TypeParameterName
struct super_block *sb
101  fsi = Filesystem private info
104  If fsi Then
105  When i < bool_num cycle kfree(bool_pending_names[i])
107  kfree(bool_pending_names)
108  kfree(bool_pending_values)
110  kfree( Filesystem private info )
111  Filesystem private info = NULL
Caller
NameDescribe
sel_fill_super
sel_kill_sb