Home
last modified time | relevance | path

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

/fs/ocfs2/
A Dstackglue.c167 if (!ocfs2_stack_lookup(plugin->sp_name)) { in ocfs2_stack_glue_register()
168 plugin->sp_count = 0; in ocfs2_stack_glue_register()
172 plugin->sp_name); in ocfs2_stack_glue_register()
176 plugin->sp_name); in ocfs2_stack_glue_register()
190 p = ocfs2_stack_lookup(plugin->sp_name); in ocfs2_stack_glue_unregister()
192 BUG_ON(p != plugin); in ocfs2_stack_glue_unregister()
193 BUG_ON(plugin == active_stack); in ocfs2_stack_glue_unregister()
194 BUG_ON(plugin->sp_count != 0); in ocfs2_stack_glue_unregister()
195 list_del_init(&plugin->sp_list); in ocfs2_stack_glue_unregister()
197 plugin->sp_name); in ocfs2_stack_glue_unregister()
[all …]
A Dstackglue.h288 int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin);
289 void ocfs2_stack_glue_unregister(struct ocfs2_stack_plugin *plugin);

Completed in 5 milliseconds