Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Dsuper.c853 struct mount_options *mopt) in ocfs2_verify_userspace_stack() argument
868 mopt->cluster_stack, in ocfs2_verify_userspace_stack()
1201 struct mount_options *mopt; in ocfs2_init_fs_context() local
1204 if (!mopt) in ocfs2_init_fs_context()
1207 mopt->commit_interval = 0; in ocfs2_init_fs_context()
1210 mopt->slot = OCFS2_INVALID_SLOT; in ocfs2_init_fs_context()
1211 mopt->localalloc_opt = -1; in ocfs2_init_fs_context()
1212 mopt->cluster_stack[0] = '\0'; in ocfs2_init_fs_context()
1214 mopt->dir_resv_level = -1; in ocfs2_init_fs_context()
1216 fc->fs_private = mopt; in ocfs2_init_fs_context()
[all …]