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

/linux-master/fs/ocfs2/
H A Dstackglue.c36 * The stack currently in use. If not null, active_stack->sp_count > 0,
39 static struct ocfs2_stack_plugin *active_stack; variable in typeref:struct:ocfs2_stack_plugin
72 if (active_stack) {
77 if (!strcmp(active_stack->sp_name, plugin_name))
90 active_stack = p;
96 active_stack->sp_count++;
151 BUG_ON(active_stack == NULL);
152 BUG_ON(active_stack->sp_count == 0);
154 active_stack->sp_count--;
155 if (!active_stack
[all...]

Completed in 119 milliseconds