函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:ame.c

函数原型:static inline int fscrypt_setup_filename(struct inode *dir, const struct qstr *iname, int lookup, struct fscrypt_name *fname)

返回类型:int

参数:

类型参数名称
struct inode *dir
const struct qstr *iname
intlookup
struct fscrypt_name *fname
414  如果IS_ENCRYPTED(dir)则返回:负EOPNOTSUPP
417  memset(fname, 0, fname的长度)
418  usr_fname等于iname
419  name等于name
420  len等于len
421  返回:0