Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:fs_lookup_key

Proto:static const struct fs_parameter_spec *fs_lookup_key(const struct fs_parameter_description *desc, const char *name)

Type:struct fs_parameter_spec

Parameter:

TypeParameterName
const struct fs_parameter_description *desc
const char *name
51  If Not List of param specifications Then Return NULL
54  When name cycle If strcmp(name, name) == 0 Then
56  Return p
58  Return NULL
Caller
NameDescribe
fs_parses_parse - Parse a filesystem configuration parameter*@fc: The filesystem context to log errors through