Function report |
Source Code:security\security.c |
Create Date:2022-07-28 18:38:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:append_ordered_lsm
Proto:static void __init append_ordered_lsm(struct lsm_info *lsm, const char *from)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct lsm_info * | lsm | |
const char * | from |
114 | If Is an LSM already listed in the ordered LSMs list? Then Return |
117 | If WARN(Append an LSM to the list of ordered LSMs to initialize. == How many LSMs were built into the kernel? , "%s: out of LSM slots!?\n", from) Then Return |
121 | If Not Optional: controlled by CONFIG_LSM Then Optional: controlled by CONFIG_LSM = Mark an LSM's enabled flag. |
123 | Ordered list of LSMs to initialize. [Append an LSM to the list of ordered LSMs to initialize. ++] = lsm |
125 | init_debug("%s ordering: %s (%sabled)\n", from, Required. , is_enabled(lsm) ? "en" : "dis") |
Name | Describe |
---|---|
ordered_lsm_parse | Populate ordered LSMs list from comma-separated LSM name list. |
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 |