Lines Matching refs:s_flags
681 if ((*flags & MS_RDONLY) != (sb->s_flags & MS_RDONLY)) { in ocfs2_remount()
698 sb->s_flags |= MS_RDONLY; in ocfs2_remount()
715 sb->s_flags &= ~MS_RDONLY; in ocfs2_remount()
718 trace_ocfs2_remount(sb->s_flags, osb->osb_flags, *flags); in ocfs2_remount()
730 sb->s_flags |= MS_RDONLY; in ocfs2_remount()
750 sb->s_flags = (sb->s_flags & ~MS_POSIXACL) | in ocfs2_remount()
1064 sb->s_flags = (sb->s_flags & ~(MS_POSIXACL | MS_NOSEC)) | in ocfs2_fill_super()
1070 if (!(sb->s_flags & MS_RDONLY)) { in ocfs2_fill_super()
1105 if (sb->s_flags & MS_RDONLY) in ocfs2_fill_super()
1186 if (!(sb->s_flags & MS_RDONLY)) { in ocfs2_fill_super()
2078 sb->s_flags |= MS_NOATIME; in ocfs2_initialize_super()
2202 if (!(osb->sb->s_flags & MS_RDONLY) && in ocfs2_initialize_super()
2578 if (sb->s_flags & MS_RDONLY && in ocfs2_handle_error()
2584 sb->s_flags |= MS_RDONLY; in ocfs2_handle_error()