Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dstackglue.c55 static int ocfs2_stack_driver_request(const char *stack_name, in ocfs2_stack_driver_request() argument
67 if (strcmp(stack_name, cluster_stack_name)) { in ocfs2_stack_driver_request()
107 static int ocfs2_stack_driver_get(const char *stack_name) in ocfs2_stack_driver_get() argument
116 if (!stack_name || !*stack_name) in ocfs2_stack_driver_get()
117 stack_name = OCFS2_STACK_PLUGIN_O2CB; in ocfs2_stack_driver_get()
119 if (strlen(stack_name) != OCFS2_STACK_LABEL_LEN) { in ocfs2_stack_driver_get()
122 stack_name); in ocfs2_stack_driver_get()
127 if (strcmp(stack_name, OCFS2_STACK_PLUGIN_O2CB)) in ocfs2_stack_driver_get()
130 rc = ocfs2_stack_driver_request(stack_name, plugin_name); in ocfs2_stack_driver_get()
133 rc = ocfs2_stack_driver_request(stack_name, plugin_name); in ocfs2_stack_driver_get()
[all …]