Function report | 
Source Code:fs\crypto\crypto.c | 
Create Date:2022-07-28 20:23:32 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:scrypt_init() - Set up for fs encryption.
Proto:static int __init fscrypt_init(void)
Type:int
Parameter:Nothing
| 407 | fscrypt_read_workqueue = alloc_workqueue("fscrypt_read_queue", WQ_UNBOUND | WQ_HIGHPRI, num_online_cpus()) | 
| 410 | If Not fscrypt_read_workqueue Then Go to fail | 
| 414 | If Not fscrypt_info_cachep Then Go to fail_free_queue | 
| 417 | err = fscrypt_init_keyring() | 
| 418 | If err Then Go to fail_free_info | 
| 421 | Return 0 | 
| 423 | fail_free_info : | 
| 425 | fail_free_queue : | 
| 427 | fail : | 
| 428 | Return err | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |