Home
last modified time | relevance | path

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

/fs/ocfs2/
Dsuper.c431 struct mount_options parsed_options; in ocfs2_remount() local
434 if (!ocfs2_parse_options(sb, data, &parsed_options, 1)) { in ocfs2_remount()
440 (parsed_options.mount_opt & OCFS2_MOUNT_HB_LOCAL)) { in ocfs2_remount()
447 (parsed_options.mount_opt & OCFS2_MOUNT_DATA_WRITEBACK)) { in ocfs2_remount()
456 (parsed_options.mount_opt & OCFS2_MOUNT_INODE64)) { in ocfs2_remount()
526 parsed_options.mount_opt &= ~OCFS2_MOUNT_POSIX_ACL; in ocfs2_remount()
527 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_remount()
528 osb->s_atime_quantum = parsed_options.atime_quantum; in ocfs2_remount()
529 osb->preferred_slot = parsed_options.slot; in ocfs2_remount()
530 if (parsed_options.commit_interval) in ocfs2_remount()
[all …]