Searched refs:cluster_stack_name (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Dstackglue.c32 static char cluster_stack_name[OCFS2_STACK_LABEL_LEN + 1]; variable
67 if (strcmp(stack_name, cluster_stack_name)) {
383 if (cluster_stack_name[0])
384 stack_name = cluster_stack_name;
548 ret = snprintf(buf, PAGE_SIZE, "%s\n", cluster_stack_name);
573 if (!strncmp(buf, cluster_stack_name, len))
578 memcpy(cluster_stack_name, buf, len);
673 strcpy(cluster_stack_name, OCFS2_STACK_PLUGIN_O2CB);

Completed in 100 milliseconds