Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dstackglue.c33 static char cluster_stack_name[OCFS2_STACK_LABEL_LEN + 1];
120 if (strlen(stack_name) != OCFS2_STACK_LABEL_LEN) { in ocfs2_stack_driver_get()
568 if ((len != OCFS2_STACK_LABEL_LEN) || in ocfs2_cluster_stack_store()
H A Docfs2.h431 char osb_cluster_stack[OCFS2_STACK_LABEL_LEN + 1];
712 OCFS2_STACK_LABEL_LEN)) in ocfs2_userspace_stack()
721 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()
H A Docfs2_fs.h297 #define OCFS2_STACK_LABEL_LEN 4 macro
566 /*00*/ __u8 ci_stack[OCFS2_STACK_LABEL_LEN];