Searched refs:MS_RDONLY (Results 1 – 3 of 3) sorted by relevance
1340 c->ro_mount = !!(c->vfs_sb->s_flags & MS_RDONLY); in mount_ubifs()2076 if (c->ro_mount && !(*flags & MS_RDONLY)) { in ubifs_remount_fs()2088 } else if (!c->ro_mount && (*flags & MS_RDONLY)) { in ubifs_remount_fs()2490 if (!!(flags & MS_RDONLY) != c1->ro_mount) { in ubifs_mount()2699 flags = MS_RDONLY; in uboot_ubifs_mount()
81 c->vfs_sb->s_flags |= MS_RDONLY; in ubifs_ro_mode()
476 #define MS_RDONLY 1 /* Mount read-only */ macro