Function report |
Source Code:security\security.c |
Create Date:2022-07-28 18:38:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lsm_file_alloc - allocate a composite file blob*@file: the file that needs a blob* Allocate the file blob for all the modules* Returns 0, or -ENOMEM if memory can't be allocated.
Proto:static int lsm_file_alloc(struct file *file)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file |
530 | If Not lsm_file_cache Then |
531 | f_security = NULL |
532 | Return 0 |
535 | f_security = Shortcuts |
536 | If (f_security == NULL) Then Return -ENOMEM |
538 | Return 0 |
Name | Describe |
---|---|
security_file_alloc |
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 |