Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:anon_inodefs_init_fs_context

Proto:static int anon_inodefs_init_fs_context(struct fs_context *fc)

Type:int

Parameter:

TypeParameterName
struct fs_context *fc
45  ctx = Common helper for pseudo-filesystems (sockfs, pipefs, bdev - stuff that* will never be mountable)
46  If Not ctx Then Return -ENOMEM
48  dops = anon_inodefs_dentry_operations
49  Return 0