函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:dentry_string_cmp

函数原型:static inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount)

返回类型:int

参数:

类型参数名称
const unsigned char *cs
const unsigned char *ct
unsignedtcount
219  循环
220  如果cs不等于ct则返回:1
222  cs自加
223  ct自加
224  tcount自减
225 tcount循环
226  返回:0
调用者
名称描述
dentry_cmp