函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:fs_lookup_key

函数原型:static const struct fs_parameter_spec *fs_lookup_key(const struct fs_parameter_description *desc, const char *name)

返回类型:struct fs_parameter_spec

参数:

类型参数名称
const struct fs_parameter_description *desc
const char *name
51  如果非 List of param specifications 则返回:NULL
54 name循环如果字符串比较恒等于0则
56  返回:p
58  返回:NULL
调用者
名称描述
fs_parses_parse - Parse a filesystem configuration parameter*@fc: The filesystem context to log errors through