Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dstackglue.c38 * The stack currently in use. If not null, active_stack->sp_count > 0,
98 active_stack->sp_count++; in ocfs2_stack_driver_request()
154 BUG_ON(active_stack->sp_count == 0); in ocfs2_stack_driver_put()
156 active_stack->sp_count--; in ocfs2_stack_driver_put()
157 if (!active_stack->sp_count) { in ocfs2_stack_driver_put()
170 plugin->sp_count = 0; in ocfs2_stack_glue_register()
196 BUG_ON(plugin->sp_count != 0); in ocfs2_stack_glue_unregister()
H A Dstackglue.h233 unsigned int sp_count; member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dstackglue.c36 * The stack currently in use. If not null, active_stack->sp_count > 0,
96 active_stack->sp_count++; in ocfs2_stack_driver_request()
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()
168 plugin->sp_count = 0; in ocfs2_stack_glue_register()
194 BUG_ON(plugin->sp_count != 0); in ocfs2_stack_glue_unregister()
H A Dstackglue.h231 unsigned int sp_count; member

Completed in 3 milliseconds