Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Docfs2.h403 char osb_cluster_stack[OCFS2_STACK_LABEL_LEN + 1]; member
665 memcmp(osb->osb_cluster_stack, OCFS2_CLASSIC_CLUSTER_STACK, in ocfs2_userspace_stack()
674 !memcmp(osb->osb_cluster_stack, OCFS2_CLASSIC_CLUSTER_STACK, in ocfs2_o2cb_stack()
Dsuper.c264 (*osb->osb_cluster_stack == '\0' ? in ocfs2_osb_dump()
265 "o2cb" : osb->osb_cluster_stack), in ocfs2_osb_dump()
892 strncmp(osb->osb_cluster_stack, mopt->cluster_stack, in ocfs2_verify_userspace_stack()
898 osb->osb_cluster_stack); in ocfs2_verify_userspace_stack()
1574 if (osb->osb_cluster_stack[0]) in ocfs2_show_options()
1575 seq_show_option_n(s, "cluster_stack", osb->osb_cluster_stack, in ocfs2_show_options()
2209 strlcpy(osb->osb_cluster_stack, in ocfs2_initialize_super()
2212 if (strlen(osb->osb_cluster_stack) != OCFS2_STACK_LABEL_LEN) { in ocfs2_initialize_super()
2216 osb->osb_cluster_stack); in ocfs2_initialize_super()
2226 osb->osb_cluster_stack[0] = '\0'; in ocfs2_initialize_super()
Ddlmglue.c3293 status = ocfs2_cluster_connect(osb->osb_cluster_stack, in ocfs2_dlm_init()