Lines Matching refs:SB_RDONLY
137 * under SB_RDONLY, then it is safe here.
177 sb->s_flags |= SB_RDONLY;
999 if (btrfs_test_opt(info, NOLOGREPLAY) && !(new_flags & SB_RDONLY)) {
1621 if (!(flags & SB_RDONLY))
1674 if (!(flags & SB_RDONLY) && fs_devices->rw_devices == 0) {
1690 if ((flags ^ s->s_flags) & SB_RDONLY)
1757 if (flags & SB_RDONLY) {
1759 flags & ~SB_RDONLY, device_name, data);
1762 flags | SB_RDONLY, device_name, data);
1824 (flags & SB_RDONLY))) {
1828 if (flags & SB_RDONLY)
1888 if ((bool)(*flags & SB_RDONLY) == sb_rdonly(sb))
1891 if (*flags & SB_RDONLY) {
1906 sb->s_flags |= SB_RDONLY;
1909 * Setting SB_RDONLY will put the cleaner thread to
1991 sb->s_flags &= ~SB_RDONLY;
2009 /* We've hit an error - don't reset SB_RDONLY */
2011 old_flags |= SB_RDONLY;