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:ame.c

Proto:static inline int fscrypt_setup_filename(struct inode *dir, const struct qstr *iname, int lookup, struct fscrypt_name *fname)

Type:int

Parameter:

TypeParameterName
struct inode *dir
const struct qstr *iname
intlookup
struct fscrypt_name *fname
414  If IS_ENCRYPTED(dir) Then Return -EOPNOTSUPP
417  memset(fname, 0, size of fname )
418  usr_fname = iname
419  name = name
420  len = len
421  Return 0