Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-ocfs266 What: /sys/fs/ocfs2/cluster_stack
70 The /sys/fs/ocfs2/cluster_stack file contains the name
/linux/fs/ocfs2/
H A Dsuper.c82 char cluster_stack[OCFS2_STACK_LABEL_LEN + 1]; member
855 if (!ocfs2_userspace_stack(osb) && mopt->cluster_stack[0]) { in ocfs2_verify_userspace_stack()
863 strncmp(osb->osb_cluster_stack, mopt->cluster_stack, in ocfs2_verify_userspace_stack()
868 mopt->cluster_stack, in ocfs2_verify_userspace_stack()
1212 mopt->cluster_stack[0] = '\0'; in ocfs2_init_fs_context()
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()
1366 if (memcmp(mopt->cluster_stack, in ocfs2_parse_param()
H A Dstackglue.c589 __ATTR(cluster_stack, S_IRUGO | S_IWUSR,