Searched refs:SB_RDONLY (Results 1 – 3 of 3) sorted by relevance
39 #ifndef SB_RDONLY40 #define SB_RDONLY MS_RDONLY macro
259 return (!!(zfsvfs->z_sb->s_flags & SB_RDONLY)); in zfs_is_readonly()400 sb->s_flags |= SB_RDONLY; in readonly_changed_cb()402 sb->s_flags &= ~SB_RDONLY; in readonly_changed_cb()1623 !(*flags & SB_RDONLY)) { in zfs_remount()1624 *flags |= SB_RDONLY; in zfs_remount()1632 if (!zfs_is_readonly(zfsvfs) && (*flags & SB_RDONLY)) in zfs_remount()
340 } else if (!issnap && ((flags ^ s->s_flags) & SB_RDONLY)) { in zpl_mount_impl()