Lines Matching refs:s_flags
679 if ((*flags & MS_RDONLY) != (sb->s_flags & MS_RDONLY)) { in ocfs2_remount()
696 sb->s_flags |= MS_RDONLY; in ocfs2_remount()
713 sb->s_flags &= ~MS_RDONLY; in ocfs2_remount()
716 trace_ocfs2_remount(sb->s_flags, osb->osb_flags, *flags); in ocfs2_remount()
728 sb->s_flags |= MS_RDONLY; in ocfs2_remount()
748 sb->s_flags = (sb->s_flags & ~MS_POSIXACL) | in ocfs2_remount()
1062 sb->s_flags = (sb->s_flags & ~(MS_POSIXACL | MS_NOSEC)) | in ocfs2_fill_super()
1068 if (!(sb->s_flags & MS_RDONLY)) { in ocfs2_fill_super()
1103 if (sb->s_flags & MS_RDONLY) in ocfs2_fill_super()
1184 if (!(sb->s_flags & MS_RDONLY)) { in ocfs2_fill_super()
2067 sb->s_flags |= MS_NOATIME; in ocfs2_initialize_super()
2191 if (!(osb->sb->s_flags & MS_RDONLY) && in ocfs2_initialize_super()
2556 if (sb->s_flags & MS_RDONLY && in ocfs2_handle_error()
2564 sb->s_flags |= MS_RDONLY; in ocfs2_handle_error()