Lines Matching refs:SB_RDONLY
921 if (fc->sb_flags_mask & SB_RDONLY) {
923 if (!(fc->sb_flags & SB_RDONLY) && bdev_read_only(sb->s_bdev))
926 remount_rw = !(fc->sb_flags & SB_RDONLY) && sb_rdonly(sb);
927 remount_ro = (fc->sb_flags & SB_RDONLY) && !sb_rdonly(sb);
1008 SB_RDONLY | SB_FORCE, SB_RDONLY);
1298 if (!(fc->sb_flags & SB_RDONLY))
1333 if ((fc->sb_flags ^ s->s_flags) & SB_RDONLY) {
1384 if (!(flags & SB_RDONLY))
1409 if ((flags ^ s->s_flags) & SB_RDONLY) {