Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dcache.c Create Date:2022-07-28 20:07:24
Last Modify:2020-03-18 10:27:32 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dentry_string_cmp

Proto:static inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount)

Type:int

Parameter:

TypeParameterName
const unsigned char *cs
const unsigned char *ct
unsignedtcount
219  Do
220  If cs != ct Then Return 1
222  cs++
223  ct++
224  tcount--
225  When tcount cycle
226  Return 0
Caller
NameDescribe
dentry_cmp