Searched refs:active_stack (Results 1 – 1 of 1) sorted by relevance
41 static struct ocfs2_stack_plugin *active_stack; variable74 if (active_stack) { in ocfs2_stack_driver_request()79 if (!strcmp(active_stack->sp_name, plugin_name)) in ocfs2_stack_driver_request()92 active_stack = p; in ocfs2_stack_driver_request()98 active_stack->sp_count++; in ocfs2_stack_driver_request()153 BUG_ON(active_stack == NULL); in ocfs2_stack_driver_put()154 BUG_ON(active_stack->sp_count == 0); in ocfs2_stack_driver_put()156 active_stack->sp_count--; in ocfs2_stack_driver_put()157 if (!active_stack->sp_count) { in ocfs2_stack_driver_put()158 module_put(active_stack->sp_owner); in ocfs2_stack_driver_put()[all …]