Function report |
Source Code:fs\crypto\policy.c |
Create Date:2022-07-28 20:24:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:scrypt_inherit_context() - Sets a child context from its parent*@parent: Parent inode from which the context is inherited
Proto:int fscrypt_inherit_context(struct inode *parent, struct inode *child, void *fs_data, bool preload)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | parent | |
struct inode * | child | |
void * | fs_data | |
bool | preload |
516 | res = fscrypt_get_encryption_info(parent) |
520 | ci = READ_ONCE(i_crypt_info) |
526 | BUILD_BUG_ON - break compile if a condition is true( size of ctx != Maximum value for the third parameter of fscrypt_operations.set_context(). ) |
530 | Return If preload Then fscrypt_get_encryption_info(child) Else 0 |
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 |