Searched refs:ocfs2_stack_plugin (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ocfs2/
H A Dstackglue.h221 * ocfs2_stack_plugin structure. This is only seen by stackglue and the
224 struct ocfs2_stack_plugin { struct
288 int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin);
289 void ocfs2_stack_glue_unregister(struct ocfs2_stack_plugin *plugin);
H A Dstackglue.c39 static struct ocfs2_stack_plugin *active_stack;
41 static struct ocfs2_stack_plugin *ocfs2_stack_lookup(const char *name)
43 struct ocfs2_stack_plugin *p;
59 struct ocfs2_stack_plugin *p;
162 int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin)
185 void ocfs2_stack_glue_unregister(struct ocfs2_stack_plugin *plugin)
187 struct ocfs2_stack_plugin *p;
208 struct ocfs2_stack_plugin *p;
497 struct ocfs2_stack_plugin *p;
H A Dstack_o2cb.c29 static struct ocfs2_stack_plugin o2cb_stack;
419 static struct ocfs2_stack_plugin o2cb_stack = {
H A Dstack_user.c162 static struct ocfs2_stack_plugin ocfs2_user_plugin;
1081 static struct ocfs2_stack_plugin ocfs2_user_plugin = {

Completed in 106 milliseconds