Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dsuper.c853 struct mount_options *mopt) in ocfs2_verify_userspace_stack() argument
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()
1201 struct mount_options *mopt; in ocfs2_init_fs_context() local
1203 mopt = kzalloc(sizeof(struct mount_options), GFP_KERNEL); in ocfs2_init_fs_context()
1204 if (!mopt) in ocfs2_init_fs_context()
1207 mopt->commit_interval = 0; in ocfs2_init_fs_context()
1208 mopt->mount_opt = OCFS2_MOUNT_NOINTR; in ocfs2_init_fs_context()
1209 mopt->atime_quantum = OCFS2_DEFAULT_ATIME_QUANTUM; in ocfs2_init_fs_context()
[all …]