Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/
Dstackglue.c106 active_stack->sp_count++; in ocfs2_stack_driver_request()
162 BUG_ON(active_stack->sp_count == 0); in ocfs2_stack_driver_put()
164 active_stack->sp_count--; in ocfs2_stack_driver_put()
165 if (!active_stack->sp_count) { in ocfs2_stack_driver_put()
178 plugin->sp_count = 0; in ocfs2_stack_glue_register()
204 BUG_ON(plugin->sp_count != 0); in ocfs2_stack_glue_unregister()
Dstackglue.h235 unsigned int sp_count; member