Home
last modified time | relevance | path

Searched refs:SB_RDONLY (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h115 #ifndef SB_RDONLY
116 #define SB_RDONLY MS_RDONLY macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c256 return (!!(zfsvfs->z_sb->s_flags & SB_RDONLY)); in zfs_is_readonly()
395 sb->s_flags |= SB_RDONLY; in readonly_changed_cb()
397 sb->s_flags &= ~SB_RDONLY; in readonly_changed_cb()
1650 !(*flags & SB_RDONLY)) { in zfs_remount()
1651 *flags |= SB_RDONLY; in zfs_remount()
1659 if (!zfs_is_readonly(zfsvfs) && (*flags & SB_RDONLY)) in zfs_remount()
H A Dzpl_super.c308 } else if ((flags ^ s->s_flags) & SB_RDONLY) { in zpl_mount_impl()