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

/linux-master/fs/ocfs2/
H A Docfs2.h389 char osb_cluster_stack[OCFS2_STACK_LABEL_LEN + 1]; member in struct:ocfs2_super
651 memcmp(osb->osb_cluster_stack, OCFS2_CLASSIC_CLUSTER_STACK,
660 !memcmp(osb->osb_cluster_stack, OCFS2_CLASSIC_CLUSTER_STACK,
H A Dsuper.c247 (*osb->osb_cluster_stack == '\0' ?
248 "o2cb" : osb->osb_cluster_stack),
859 strncmp(osb->osb_cluster_stack, mopt->cluster_stack,
865 osb->osb_cluster_stack);
1519 if (osb->osb_cluster_stack[0])
1520 seq_show_option(s, "cluster_stack", osb->osb_cluster_stack);
2159 memcpy(osb->osb_cluster_stack,
2162 if (strlen(osb->osb_cluster_stack) != OCFS2_STACK_LABEL_LEN) {
2166 osb->osb_cluster_stack);
2176 osb->osb_cluster_stack[
[all...]
H A Ddlmglue.c3349 status = ocfs2_cluster_connect(osb->osb_cluster_stack,

Completed in 139 milliseconds