Searched refs:plugin (Results 1 – 23 of 23) sorted by relevance
172 int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin) in ocfs2_stack_glue_register() argument177 if (!ocfs2_stack_lookup(plugin->sp_name)) { in ocfs2_stack_glue_register()178 plugin->sp_count = 0; in ocfs2_stack_glue_register()179 plugin->sp_max_proto = locking_max_version; in ocfs2_stack_glue_register()180 list_add(&plugin->sp_list, &ocfs2_stack_list); in ocfs2_stack_glue_register()182 plugin->sp_name); in ocfs2_stack_glue_register()186 plugin->sp_name); in ocfs2_stack_glue_register()195 void ocfs2_stack_glue_unregister(struct ocfs2_stack_plugin *plugin) in ocfs2_stack_glue_unregister() argument200 p = ocfs2_stack_lookup(plugin->sp_name); in ocfs2_stack_glue_unregister()202 BUG_ON(p != plugin); in ocfs2_stack_glue_unregister()[all …]
298 int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin);299 void ocfs2_stack_glue_unregister(struct ocfs2_stack_plugin *plugin);
3 /plugin/;
6075 F: scripts/gcc-plugin.sh