Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\inode.c Create Date:2022-07-28 13:06:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bpf_fill_super

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

Type:int

Parameter:

TypeParameterName
struct super_block *sb
struct fs_context *fc
628  static const struct tree_descr bpf_rfiles[] = {{""}}
629  opts = fs_private
633  ret = he inodes created here are not hashed. If you use iunique to generate* unique inode values later for this filesystem, then you must take care* to pass it an appropriate max_reserved value to avoid collisions.
634  If ret Then Return ret
637  s_op = bpf_super_ops
639  inode = d_inode
640  i_op = bpf_dir_iops
641  i_mode &= ~S_IALLUGO
642  i_mode |= S_ISVTX | mode
644  Return 0