Searched refs:OCFS2_STACK_LABEL_LEN (Results 1 – 3 of 3) sorted by relevance
32 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()
431 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()
82 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()