Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ramfs_parse_param

Proto:static int ramfs_parse_param(struct fs_context *fc, struct fs_parameter *param)

Type:int

Parameter:

TypeParameterName
struct fs_context *fc
struct fs_parameter *param
197  fsi = s_fs_info
200  opt = s_parse - Parse a filesystem configuration parameter*@fc: The filesystem context to log errors through
201  If opt < 0 Then
208  If opt == -Parameter not supported Then opt = 0
210  Return opt
214  Case opt == Opt_mode
216  Break
219  Return 0