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

/linux-master/fs/ocfs2/
H A Dstackglue.c36 * The stack currently in use. If not null, active_stack->sp_count > 0,
96 active_stack->sp_count++;
152 BUG_ON(active_stack->sp_count == 0);
154 active_stack->sp_count--;
155 if (!active_stack->sp_count) {
168 plugin->sp_count = 0;
194 BUG_ON(plugin->sp_count != 0);
H A Dstackglue.h231 unsigned int sp_count; member in struct:ocfs2_stack_plugin

Completed in 106 milliseconds