Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Dsuper.c618 if (!ocfs2_check_set_options(sb, parsed_options)) { in ocfs2_reconfigure()
708 osb->s_mount_opt = parsed_options->mount_opt; in ocfs2_reconfigure()
710 osb->preferred_slot = parsed_options->slot; in ocfs2_reconfigure()
711 if (parsed_options->commit_interval) in ocfs2_reconfigure()
1001 if (!ocfs2_check_set_options(sb, parsed_options)) { in ocfs2_fill_super()
1005 osb->s_mount_opt = parsed_options->mount_opt; in ocfs2_fill_super()
1006 osb->s_atime_quantum = parsed_options->atime_quantum; in ocfs2_fill_super()
1007 osb->preferred_slot = parsed_options->slot; in ocfs2_fill_super()
1011 osb->osb_resv_level = parsed_options->resv_level; in ocfs2_fill_super()
1012 osb->osb_dir_resv_level = parsed_options->resv_level; in ocfs2_fill_super()
[all …]