Searched refs:osb_cluster_stack (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/ocfs2/ |
D | ocfs2.h | 389 char osb_cluster_stack[OCFS2_STACK_LABEL_LEN + 1]; member 651 memcmp(osb->osb_cluster_stack, OCFS2_CLASSIC_CLUSTER_STACK, in ocfs2_userspace_stack() 660 !memcmp(osb->osb_cluster_stack, OCFS2_CLASSIC_CLUSTER_STACK, in ocfs2_o2cb_stack()
|
D | super.c | 247 (*osb->osb_cluster_stack == '\0' ? in ocfs2_osb_dump() 248 "o2cb" : osb->osb_cluster_stack), in ocfs2_osb_dump() 859 strncmp(osb->osb_cluster_stack, mopt->cluster_stack, in ocfs2_verify_userspace_stack() 865 osb->osb_cluster_stack); in ocfs2_verify_userspace_stack() 1519 if (osb->osb_cluster_stack[0]) in ocfs2_show_options() 1520 seq_show_option(s, "cluster_stack", osb->osb_cluster_stack); in ocfs2_show_options() 2160 memcpy(osb->osb_cluster_stack, in ocfs2_initialize_super() 2163 if (strlen(osb->osb_cluster_stack) != OCFS2_STACK_LABEL_LEN) { in ocfs2_initialize_super() 2167 osb->osb_cluster_stack); in ocfs2_initialize_super() 2177 osb->osb_cluster_stack[0] = '\0'; in ocfs2_initialize_super()
|
D | dlmglue.c | 3350 status = ocfs2_cluster_connect(osb->osb_cluster_stack, in ocfs2_dlm_init()
|