Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:fscrypt_match_name

Proto:static inline bool fscrypt_match_name(const struct fscrypt_name *fname, const u8 *de_name, unsigned int de_name_len)

Type:bool

Parameter:

TypeParameterName
const struct fscrypt_name *fname
const u8 *de_name
unsigned intde_name_len
453  If de_name_len != len Then Return false
455  Return Not memcmp(de_name, name, len)