Home
last modified time | relevance | path

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

/fs/ocfs2/
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()
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()
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()
A Docfs2_fs.h297 #define OCFS2_STACK_LABEL_LEN 4 macro
563 /*00*/ __u8 ci_stack[OCFS2_STACK_LABEL_LEN];

Completed in 22 milliseconds