Searched refs:osb_cluster_stack (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ocfs2/ |
A D | super.c | 250 (*osb->osb_cluster_stack == '\0' ? in ocfs2_osb_dump() 251 "o2cb" : osb->osb_cluster_stack), in ocfs2_osb_dump() 870 strncmp(osb->osb_cluster_stack, mopt->cluster_stack, in ocfs2_verify_userspace_stack() 876 osb->osb_cluster_stack); in ocfs2_verify_userspace_stack() 1538 if (osb->osb_cluster_stack[0]) in ocfs2_show_options() 1539 seq_show_option_n(s, "cluster_stack", osb->osb_cluster_stack, in ocfs2_show_options() 2177 memcpy(osb->osb_cluster_stack, in ocfs2_initialize_super() 2180 if (strlen(osb->osb_cluster_stack) != OCFS2_STACK_LABEL_LEN) { in ocfs2_initialize_super() 2184 osb->osb_cluster_stack); in ocfs2_initialize_super() 2194 osb->osb_cluster_stack[0] = '\0'; in ocfs2_initialize_super()
|
A D | ocfs2.h | 390 char osb_cluster_stack[OCFS2_STACK_LABEL_LEN + 1]; member 653 memcmp(osb->osb_cluster_stack, OCFS2_CLASSIC_CLUSTER_STACK, in ocfs2_userspace_stack() 662 !memcmp(osb->osb_cluster_stack, OCFS2_CLASSIC_CLUSTER_STACK, in ocfs2_o2cb_stack()
|
A D | dlmglue.c | 3347 status = ocfs2_cluster_connect(osb->osb_cluster_stack, in ocfs2_dlm_init()
|
Completed in 17 milliseconds