| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | mount.h | 35 MS_RDONLY = 1, /* Mount read-only. */ enumerator 36 #define MS_RDONLY MS_RDONLY macro 90 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | mount.h | 35 MS_RDONLY = 1, /* Mount read-only. */ enumerator 36 #define MS_RDONLY MS_RDONLY macro 90 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION \
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | mount.h | 11 #define MS_RDONLY 1 /* Mount read-only */ macro 50 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|\
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | mount.h | 11 #define MS_RDONLY 1 /* Mount read-only */ macro 50 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|\
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/firmware/ |
| H A D | fw_namespace.c | 72 if (mount("test", "/lib/firmware", "tmpfs", MS_RDONLY, NULL) == -1) in test_fw_in_ns() 109 if (mount("test", "/lib/firmware", "tmpfs", MS_RDONLY, NULL) == -1) in test_fw_in_ns()
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | do_mounts.c | 31 int root_mountflags = MS_RDONLY | MS_SILENT; 49 root_mountflags |= MS_RDONLY; in readonly() 57 root_mountflags &= ~MS_RDONLY; in readwrite()
|
| H A D | do_mounts_initrd.c | 78 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | fs.h | 108 #define MS_RDONLY 1 /* Mount read-only */ macro 146 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|\
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | fs.h | 108 #define MS_RDONLY 1 /* Mount read-only */ macro 146 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|\
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/mount/ |
| H A D | unprivileged-remount-test.c | 133 mnt_flags |= MS_RDONLY; in read_mnt_flags() 321 if (!test_unpriv_remount_simple(MS_RDONLY)) { in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/ |
| H A D | fail_on_no_media.patch | 39 if (vfsflags & MS_RDONLY)
|
| /OK3568_Linux_fs/external/recovery/mtdutils/ |
| H A D | mounts.c | 215 MS_RDONLY | MS_REMOUNT, 0); in remount_read_only()
|
| H A D | mtdutils.c | 198 rv = mount(devname, mount_point, filesystem, flags | MS_RDONLY, 0); in mtd_mount_partition()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/ |
| H A D | mounts.c | 221 MS_RDONLY | MS_REMOUNT, 0); in remount_read_only()
|
| H A D | mtdutils.c | 205 rv = mount(devname, mount_point, filesystem, flags | MS_RDONLY, 0); in mtd_mount_partition()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | setup_32.c | 352 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| H A D | setup_64.c | 658 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | atags_parse.c | 57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | setup.c | 296 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | super.c | 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()
|
| H A D | io.c | 81 c->vfs_sb->s_flags |= MS_RDONLY; in ubifs_ro_mode()
|
| H A D | ubifs.h | 476 #define MS_RDONLY 1 /* Mount read-only */ macro
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | setup.c | 577 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | setup.c | 897 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | mount.c | 29 if (flags & MS_RDONLY) in audit_mnt_flags()
|