函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:bpf_fill_super

函数原型:static int bpf_fill_super(struct super_block *sb, struct fs_context *fc)

返回类型:int

参数:

类型参数名称
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  如果ret则返回: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  返回:0