Searched refs:active_stack (Results 1 – 1 of 1) sorted by relevance
49 static struct ocfs2_stack_plugin *active_stack; variable53 return !strcmp(active_stack->sp_name, OCFS2_STACK_PLUGIN_O2CB); in ocfs2_is_o2cb_active()88 if (active_stack) { in ocfs2_stack_driver_request()93 if (!strcmp(active_stack->sp_name, plugin_name)) in ocfs2_stack_driver_request()106 active_stack = p; in ocfs2_stack_driver_request()112 active_stack->sp_count++; in ocfs2_stack_driver_request()167 BUG_ON(active_stack == NULL); in ocfs2_stack_driver_put()168 BUG_ON(active_stack->sp_count == 0); in ocfs2_stack_driver_put()170 active_stack->sp_count--; in ocfs2_stack_driver_put()171 if (!active_stack->sp_count) { in ocfs2_stack_driver_put()[all …]