函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\libfs.c Create Date:2022-07-29 10:40:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Common helper for pseudo-filesystems (sockfs, pipefs, bdev - stuff that* will never be mountable)

函数原型:struct pseudo_fs_context *init_pseudo(struct fs_context *fc, unsigned long magic)

返回类型:struct pseudo_fs_context

参数:

类型参数名称
struct fs_context *fc
unsigned longmagic
301  ctx等于分配内存并置零
302  如果此条件成立可能性大(为编译器优化)(ctx)则
303  magic等于magic
304  fs_private等于ctx
305  ops等于pseudo_fs_context_ops
306  sb_flags或等于SB_NOUSER
307  global = true
309  返回:ctx
调用者
名称描述
nsfs_init_fs_context
bd_init_fs_context
anon_inodefs_init_fs_context
aio_init_fs_context