Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:nsfs_init_fs_context

Proto:static int nsfs_init_fs_context(struct fs_context *fc)

Type:int

Parameter:

TypeParameterName
struct fs_context *fc
268  ctx = Common helper for pseudo-filesystems (sockfs, pipefs, bdev - stuff that* will never be mountable)
269  If Not ctx Then Return -ENOMEM
271  ops = nsfs_ops
272  dops = ns_dentry_operations
273  Return 0