函数逻辑报告 |
Source Code:fs\crypto\crypto.c |
Create Date:2022-07-29 10:56:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:scrypt_init() - Set up for fs encryption.
函数原型:static int __init fscrypt_init(void)
返回类型:int
参数:无
407 | fscrypt_read_workqueue等于alloc_workqueue("fscrypt_read_queue", WQ_UNBOUND | WQ_HIGHPRI, num_online_cpus()) |
410 | 如果非fscrypt_read_workqueue则转到:fail |
414 | 如果非fscrypt_info_cachep则转到:fail_free_queue |
417 | err等于fscrypt_init_keyring() |
418 | 如果err则转到:fail_free_info |
421 | 返回:0 |
423 | fail_free_info : |
424 | 删除高速缓存区 |
425 | fail_free_queue : |
427 | fail : |
428 | 返回:err |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |