Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dstackglue.c32 static char cluster_stack_name[OCFS2_STACK_LABEL_LEN + 1];
119 if (strlen(stack_name) != OCFS2_STACK_LABEL_LEN) { in ocfs2_stack_driver_get()
567 if ((len != OCFS2_STACK_LABEL_LEN) || in ocfs2_cluster_stack_store()
H A Docfs2.h431 char osb_cluster_stack[OCFS2_STACK_LABEL_LEN + 1];
694 OCFS2_STACK_LABEL_LEN)) in ocfs2_userspace_stack()
703 OCFS2_STACK_LABEL_LEN)) in ocfs2_o2cb_stack()
H A Dsuper.c82 char cluster_stack[OCFS2_STACK_LABEL_LEN + 1];
864 OCFS2_STACK_LABEL_LEN)) { in ocfs2_verify_userspace_stack()
1356 if (strlen(param->string) != OCFS2_STACK_LABEL_LEN) { in ocfs2_parse_param()
1360 memcpy(mopt->cluster_stack, param->string, OCFS2_STACK_LABEL_LEN); in ocfs2_parse_param()
1361 mopt->cluster_stack[OCFS2_STACK_LABEL_LEN] = '\0'; in ocfs2_parse_param()
1368 OCFS2_STACK_LABEL_LEN)) in ocfs2_parse_param()
2109 OCFS2_STACK_LABEL_LEN); in ocfs2_initialize_super()
2110 if (strlen(osb->osb_cluster_stack) != OCFS2_STACK_LABEL_LEN) { in ocfs2_initialize_super()