Searched refs:plugin (Results 1 – 2 of 2) sorted by relevance
164 int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin) in ocfs2_stack_glue_register() argument169 if (!ocfs2_stack_lookup(plugin->sp_name)) { in ocfs2_stack_glue_register()170 plugin->sp_count = 0; in ocfs2_stack_glue_register()171 plugin->sp_max_proto = locking_max_version; in ocfs2_stack_glue_register()172 list_add(&plugin->sp_list, &ocfs2_stack_list); in ocfs2_stack_glue_register()174 plugin->sp_name); in ocfs2_stack_glue_register()178 plugin->sp_name); in ocfs2_stack_glue_register()187 void ocfs2_stack_glue_unregister(struct ocfs2_stack_plugin *plugin) in ocfs2_stack_glue_unregister() argument192 p = ocfs2_stack_lookup(plugin->sp_name); in ocfs2_stack_glue_unregister()194 BUG_ON(p != plugin); in ocfs2_stack_glue_unregister()[all …]
290 int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin);291 void ocfs2_stack_glue_unregister(struct ocfs2_stack_plugin *plugin);