Searched refs:active_stack (Results 1 – 1 of 1) sorted by relevance
39 static struct ocfs2_stack_plugin *active_stack; variable72 if (active_stack) { in ocfs2_stack_driver_request()77 if (!strcmp(active_stack->sp_name, plugin_name)) in ocfs2_stack_driver_request()90 active_stack = p; in ocfs2_stack_driver_request()96 active_stack->sp_count++; in ocfs2_stack_driver_request()151 BUG_ON(active_stack == NULL); in ocfs2_stack_driver_put()152 BUG_ON(active_stack->sp_count == 0); in ocfs2_stack_driver_put()154 active_stack->sp_count--; in ocfs2_stack_driver_put()155 if (!active_stack->sp_count) { in ocfs2_stack_driver_put()156 module_put(active_stack->sp_owner); in ocfs2_stack_driver_put()[all …]