Home
last modified time | relevance | path

Searched refs:plugin (Results 1 – 2 of 2) sorted by relevance

/fs/ocfs2/
Dstackglue.c164 int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin) in ocfs2_stack_glue_register() argument
169 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() argument
192 p = ocfs2_stack_lookup(plugin->sp_name); in ocfs2_stack_glue_unregister()
194 BUG_ON(p != plugin); in ocfs2_stack_glue_unregister()
[all …]
Dstackglue.h290 int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin);
291 void ocfs2_stack_glue_unregister(struct ocfs2_stack_plugin *plugin);