Lines Matching refs:s_mount_opt
259 osb->s_mount_opt, osb->s_atime_quantum); in ocfs2_osb_dump()
656 if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) { in ocfs2_remount()
662 if ((osb->s_mount_opt & OCFS2_MOUNT_DATA_WRITEBACK) != in ocfs2_remount()
671 if (!(osb->s_mount_opt & OCFS2_MOUNT_INODE64) && in ocfs2_remount()
739 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_remount()
749 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? in ocfs2_remount()
846 if (osb->s_mount_opt & hb_enabled) { in ocfs2_verify_heartbeat()
857 if (((osb->s_mount_opt & OCFS2_MOUNT_HB_GLOBAL) && in ocfs2_verify_heartbeat()
859 ((osb->s_mount_opt & OCFS2_MOUNT_HB_LOCAL) && in ocfs2_verify_heartbeat()
866 if (!(osb->s_mount_opt & hb_enabled)) { in ocfs2_verify_heartbeat()
1043 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_fill_super()
1063 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? MS_POSIXACL : 0); in ocfs2_fill_super()
1077 if (osb->s_mount_opt & OCFS2_MOUNT_HB_LOCAL) { in ocfs2_fill_super()
1175 osb->s_mount_opt & OCFS2_MOUNT_DATA_WRITEBACK ? "writeback" : in ocfs2_fill_super()
1508 unsigned long opts = osb->s_mount_opt; in ocfs2_show_options()
2460 if (osb->s_mount_opt & OCFS2_MOUNT_JOURNAL_ASYNC_COMMIT) in ocfs2_check_volume()
2550 if (osb->s_mount_opt & OCFS2_MOUNT_ERRORS_PANIC) in ocfs2_handle_error()
2619 OCFS2_SB(sb)->s_mount_opt |= OCFS2_MOUNT_ERRORS_PANIC; in __ocfs2_abort()