函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\super.c Create Date:2022-07-29 10:32:24
Last Modify:2022-05-24 06:42:17 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:get_tree_single

函数原型:int get_tree_single(struct fs_context *fc, int (*fill_super)(struct super_block *sb, struct fs_context *fc))

返回类型:int

参数:

类型参数名称
struct fs_context *fc
int (*fill_super
1229  返回:vfs_get_super - Get a superblock with a search key set in s_fs_info.*@fc: The filesystem context holding the parameters*@keying: How to distinguish superblocks*@fill_super: Helper to initialise a new superblock
调用者
名称描述
sel_get_tree
smk_get_treesmk_get_tree - get the smackfs superblock*@fc: The mount context, including any options* Just passes everything along.* Returns what the lower level code does.
apparmorfs_get_tree
bm_get_tree