Function report |
Source Code:security\apparmor\apparmorfs.c |
Create Date:2022-07-28 19:50:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__first_profile - find the first profile in a namespace*@root: namespace that is root of profiles being displayed (NOT NULL)*@ns: namespace to start in (NOT NULL)* Returns: unrefcounted profile or NULL if no profile* Requires: profile->ns.lock to be held
Proto:static struct aa_profile *__first_profile(struct aa_ns *root, struct aa_ns *ns)
Type:struct aa_profile
Parameter:
Type | Parameter | Name |
---|---|---|
struct aa_ns * | root | |
struct aa_ns * | ns |
2138 | AA_BUG(ns && !mutex_is_locked( & lock)) |
2145 | Return NULL |
Name | Describe |
---|---|
next_profile | xt_profile - step to the next profile in where ever it may be*@root: root namespace (NOT NULL)*@profile: current profile (NOT NULL)* Returns: next profile or NULL if there isn't one |
p_start | p_start - start a depth first traversal of profile tree*@f: seq_file to fill*@pos: current position* Returns: first profile under current namespace or NULL if none found* acquires first ns->lock |
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 |