Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:strcmp_prefix

Proto:static const char *strcmp_prefix(const char *a, const char *a_prefix)

Type:char

Parameter:

TypeParameterName
const char *a
const char *a_prefix
31  When a_prefix && a == a_prefix cycle
32  a++
33  a_prefix++
35  Return If a_prefix Then NULL Else a
Caller
NameDescribe
xattr_resolve_nameFind the xattr_handler with the matching prefix.