Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dstackglue.c40 static struct ocfs2_stack_plugin *active_stack; variable
73 if (active_stack) { in ocfs2_stack_driver_request()
78 if (!strcmp(active_stack->sp_name, plugin_name)) in ocfs2_stack_driver_request()
91 active_stack = p; in ocfs2_stack_driver_request()
97 active_stack->sp_count++; in ocfs2_stack_driver_request()
152 BUG_ON(active_stack == NULL); in ocfs2_stack_driver_put()
153 BUG_ON(active_stack->sp_count == 0); in ocfs2_stack_driver_put()
155 active_stack->sp_count--; in ocfs2_stack_driver_put()
156 if (!active_stack->sp_count) { in ocfs2_stack_driver_put()
157 module_put(active_stack->sp_owner); in ocfs2_stack_driver_put()
[all …]