Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dstackglue.c72 if (active_stack) { in ocfs2_stack_driver_request()
90 active_stack = p; in ocfs2_stack_driver_request()
96 active_stack->sp_count++; in ocfs2_stack_driver_request()
151 BUG_ON(active_stack == NULL); 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()
157 active_stack = NULL; in ocfs2_stack_driver_put()
193 BUG_ON(plugin == active_stack); in ocfs2_stack_glue_unregister()
283 return active_stack && active_stack->sp_ops->plock; in ocfs2_stack_supports_plocks()
527 if (active_stack) { in ocfs2_active_cluster_plugin_show()
[all …]