Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:fanotify_fid_equal

Proto:static inline bool fanotify_fid_equal(struct fanotify_fid *fid1, struct fanotify_fid *fid2, unsigned int fh_len)

Type:bool

Parameter:

TypeParameterName
struct fanotify_fid *fid1
struct fanotify_fid *fid2
unsigned intfh_len
50  Return val[0] == val[0] && val[1] == val[1] && Not memcmp(fanotify_fid_fh(fid1, fh_len), fanotify_fid_fh(fid2, fh_len), fh_len)
Caller
NameDescribe
should_merge