函数逻辑报告 |
Source Code:include\linux\fscrypt.h |
Create Date:2022-07-29 10:32:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:scrypt_require_key - require an inode's encryption key*@inode: the inode we need the key for* If the inode is encrypted, set up its encryption key if not already done
函数原型:static inline int fscrypt_require_key(struct inode *inode)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode |
547 | 如果IS_ENCRYPTED(inode)则 |
552 | 如果非fscrypt_has_encryption_key(inode)则返回:负ENOKEY |
555 | 返回:0 |
名称 | 描述 |
---|---|
fscrypt_file_open | scrypt_file_open - prepare to open a possibly-encrypted regular file*@inode: the inode being opened*@filp: the struct file being set up* Currently, an encrypted regular file can only be opened if its encryption key |
__fscrypt_prepare_link | |
__fscrypt_prepare_rename | |
__fscrypt_encrypt_symlink | |
fscrypt_prepare_setattr | scrypt_prepare_setattr - prepare to change a possibly-encrypted inode's attributes*@dentry: dentry through which the inode is being changed*@attr: attributes to change* Prepare for ->setattr() on a possibly-encrypted inode. On an encrypted file, |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |