Function report |
Source Code:fs\crypto\crypto.c |
Create Date:2022-07-28 20:23:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:scrypt_initialize() - allocate major buffers for fs encryption
Proto:int fscrypt_initialize(unsigned int cop_flags)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cop_flags |
348 | err = 0 |
351 | If cop_flags & FS_CFLG_OWN_PAGES Then Return 0 |
354 | mutex_lock( & fscrypt_init_mutex) |
355 | If fscrypt_bounce_page_pool Then Go to out_unlock |
361 | If Not fscrypt_bounce_page_pool Then Go to out_unlock |
364 | err = 0 |
365 | out_unlock : |
367 | Return err |
Name | Describe |
---|---|
fscrypt_get_encryption_info |
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 |