Searched refs:parsed_options (Results 1 – 1 of 1) sorted by relevance
643 struct mount_options parsed_options; in ocfs2_remount() local649 if (!ocfs2_parse_options(sb, data, &parsed_options, 1) || in ocfs2_remount()650 !ocfs2_check_set_options(sb, &parsed_options)) { in ocfs2_remount()657 if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) { in ocfs2_remount()664 (parsed_options.mount_opt & OCFS2_MOUNT_DATA_WRITEBACK)) { in ocfs2_remount()673 (parsed_options.mount_opt & OCFS2_MOUNT_INODE64)) { in ocfs2_remount()740 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_remount()741 osb->s_atime_quantum = parsed_options.atime_quantum; in ocfs2_remount()742 osb->preferred_slot = parsed_options.slot; in ocfs2_remount()743 if (parsed_options.commit_interval) in ocfs2_remount()[all …]