Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dstackglue.c49 static struct ocfs2_stack_plugin *active_stack; variable
82 if (active_stack) { in ocfs2_stack_driver_request()
87 if (!strcmp(active_stack->sp_name, plugin_name)) in ocfs2_stack_driver_request()
100 active_stack = p; in ocfs2_stack_driver_request()
106 active_stack->sp_count++; in ocfs2_stack_driver_request()
161 BUG_ON(active_stack == NULL); in ocfs2_stack_driver_put()
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()
166 module_put(active_stack->sp_owner); in ocfs2_stack_driver_put()
[all …]