Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\nfs.h Create Date:2022-07-28 09:08:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Returns a zero iff the size and data fields match.* Checks only "size" bytes in the data field.

Proto:static inline int nfs_compare_fh(const struct nfs_fh *a, const struct nfs_fh *b)

Type:int

Parameter:

TypeParameterName
const struct nfs_fh *a
const struct nfs_fh *b
30  Return size != size || memcmp(data, data, size) != 0