Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Dsuper.c107 struct mount_options *mopt,
884 struct mount_options *mopt) in ocfs2_verify_userspace_stack() argument
886 if (!ocfs2_userspace_stack(osb) && mopt->cluster_stack[0]) { in ocfs2_verify_userspace_stack()
894 strncmp(osb->osb_cluster_stack, mopt->cluster_stack, in ocfs2_verify_userspace_stack()
899 mopt->cluster_stack, in ocfs2_verify_userspace_stack()
1275 struct mount_options *mopt, in ocfs2_parse_options() argument
1284 mopt->commit_interval = 0; in ocfs2_parse_options()
1285 mopt->mount_opt = OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()
1286 mopt->atime_quantum = OCFS2_DEFAULT_ATIME_QUANTUM; in ocfs2_parse_options()
1287 mopt->slot = OCFS2_INVALID_SLOT; in ocfs2_parse_options()
[all …]