函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Returns a zero iff the size and data fields match.* Checks only "size" bytes in the data field.

函数原型:static inline int nfs_compare_fh(const struct nfs_fh *a, const struct nfs_fh *b)

返回类型:int

参数:

类型参数名称
const struct nfs_fh *a
const struct nfs_fh *b
30  返回:size不等于sizememcmp(data, data, size)不等于0