Searched refs:lsm_info (Results 1 – 4 of 4) sorted by relevance
118 struct lsm_info { struct127 extern struct lsm_info __start_lsm_info[], __end_lsm_info[]; argument128 extern struct lsm_info __start_early_lsm_info[], __end_early_lsm_info[];131 static struct lsm_info __lsm_##lsm \136 static struct lsm_info __early_lsm_##lsm \
92 static __initdata struct lsm_info **ordered_lsms;93 static __initdata struct lsm_info *exclusive;102 static bool __init is_enabled(struct lsm_info *lsm) in is_enabled()113 static void __init set_enabled(struct lsm_info *lsm, bool enabled) in set_enabled()136 static bool __init exists_ordered_lsm(struct lsm_info *lsm) in exists_ordered_lsm()138 struct lsm_info **check; in exists_ordered_lsm()149 static void __init append_ordered_lsm(struct lsm_info *lsm, const char *from) in append_ordered_lsm()168 static bool __init lsm_allowed(struct lsm_info *lsm) in lsm_allowed()218 static void __init prepare_lsm(struct lsm_info *lsm) in prepare_lsm()237 static void __init initialize_lsm(struct lsm_info *lsm) in initialize_lsm()[all …]
127 module uses the order field of the :c:type:`lsm_info` description
290 BOUNDED_SECTION_PRE_LABEL(.lsm_info.init, _lsm_info, __start, __end)