Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dstackglue.c56 static int ocfs2_stack_driver_request(const char *stack_name, in ocfs2_stack_driver_request() argument
68 if (strcmp(stack_name, cluster_stack_name)) { in ocfs2_stack_driver_request()
108 static int ocfs2_stack_driver_get(const char *stack_name) in ocfs2_stack_driver_get() argument
117 if (!stack_name || !*stack_name) in ocfs2_stack_driver_get()
118 stack_name = OCFS2_STACK_PLUGIN_O2CB; in ocfs2_stack_driver_get()
120 if (strlen(stack_name) != OCFS2_STACK_LABEL_LEN) { in ocfs2_stack_driver_get()
123 stack_name); in ocfs2_stack_driver_get()
128 if (strcmp(stack_name, OCFS2_STACK_PLUGIN_O2CB)) in ocfs2_stack_driver_get()
131 rc = ocfs2_stack_driver_request(stack_name, plugin_name); in ocfs2_stack_driver_get()
134 rc = ocfs2_stack_driver_request(stack_name, plugin_name); in ocfs2_stack_driver_get()
[all …]