Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c1340 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()
H A Dio.c81 c->vfs_sb->s_flags |= MS_RDONLY; in ubifs_ro_mode()
H A Dubifs.h476 #define MS_RDONLY 1 /* Mount read-only */ macro