Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:apparmorfs_fill_super

Proto:static int apparmorfs_fill_super(struct super_block *sb, struct fs_context *fc)

Type:int

Parameter:

TypeParameterName
struct super_block *sb
struct fs_context *fc
168  static struct tree_descr files[] = {{""}}
171  error = simple_fill_super(sb, AAFS_MAGIC, files)
172  If error Then Return error
174  s_op = aafs_super_ops
176  Return 0