函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:strcmp_prefix

函数原型:static const char *strcmp_prefix(const char *a, const char *a_prefix)

返回类型:char

参数:

类型参数名称
const char *a
const char *a_prefix
31 a_prefixa恒等于a_prefix循环
32  a自加
33  a_prefix自加
35  返回:如果a_prefixNULL否则a
调用者
名称描述
xattr_resolve_nameFind the xattr_handler with the matching prefix.