osb_cluster_stack 3319 fs/ocfs2/dlmglue.c 	status = ocfs2_cluster_connect(osb->osb_cluster_stack,
osb_cluster_stack  391 fs/ocfs2/ocfs2.h 	char osb_cluster_stack[OCFS2_STACK_LABEL_LEN + 1];
osb_cluster_stack  653 fs/ocfs2/ocfs2.h 	    memcmp(osb->osb_cluster_stack, OCFS2_CLASSIC_CLUSTER_STACK,
osb_cluster_stack  662 fs/ocfs2/ocfs2.h 	    !memcmp(osb->osb_cluster_stack, OCFS2_CLASSIC_CLUSTER_STACK,
osb_cluster_stack  250 fs/ocfs2/super.c 				(*osb->osb_cluster_stack == '\0' ?
osb_cluster_stack  251 fs/ocfs2/super.c 				 "o2cb" : osb->osb_cluster_stack),
osb_cluster_stack  862 fs/ocfs2/super.c 	    strncmp(osb->osb_cluster_stack, mopt->cluster_stack,
osb_cluster_stack  868 fs/ocfs2/super.c 		     osb->osb_cluster_stack);
osb_cluster_stack 1524 fs/ocfs2/super.c 	if (osb->osb_cluster_stack[0])
osb_cluster_stack 1525 fs/ocfs2/super.c 		seq_show_option_n(s, "cluster_stack", osb->osb_cluster_stack,
osb_cluster_stack 2154 fs/ocfs2/super.c 		strlcpy(osb->osb_cluster_stack,
osb_cluster_stack 2157 fs/ocfs2/super.c 		if (strlen(osb->osb_cluster_stack) != OCFS2_STACK_LABEL_LEN) {
osb_cluster_stack 2161 fs/ocfs2/super.c 			     osb->osb_cluster_stack);
osb_cluster_stack 2171 fs/ocfs2/super.c 		osb->osb_cluster_stack[0] = '\0';