Home
last modified time | relevance | path

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

12

/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 Dmount.h35 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 Dmount.h35 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 Dmount.h11 #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 Dmount.h11 #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 Dfw_namespace.c72 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 Ddo_mounts.c31 int root_mountflags = MS_RDONLY | MS_SILENT;
49 root_mountflags |= MS_RDONLY; in readonly()
57 root_mountflags &= ~MS_RDONLY; in readwrite()
H A Ddo_mounts_initrd.c78 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 Dfs.h108 #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 Dfs.h108 #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 Dunprivileged-remount-test.c133 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 Dfail_on_no_media.patch39 if (vfsflags & MS_RDONLY)
/OK3568_Linux_fs/external/recovery/mtdutils/
H A Dmounts.c215 MS_RDONLY | MS_REMOUNT, 0); in remount_read_only()
H A Dmtdutils.c198 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 Dmounts.c221 MS_RDONLY | MS_REMOUNT, 0); in remount_read_only()
H A Dmtdutils.c205 rv = mount(devname, mount_point, filesystem, flags | MS_RDONLY, 0); in mtd_mount_partition()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsetup_32.c352 root_mountflags &= ~MS_RDONLY; in setup_arch()
H A Dsetup_64.c658 root_mountflags &= ~MS_RDONLY; in setup_arch()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Datags_parse.c57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dsetup.c296 root_mountflags &= ~MS_RDONLY; in setup_arch()
/OK3568_Linux_fs/u-boot/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
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dsetup.c577 root_mountflags &= ~MS_RDONLY; in setup_arch()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsetup.c897 root_mountflags &= ~MS_RDONLY; in setup_arch()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dmount.c29 if (flags & MS_RDONLY) in audit_mnt_flags()

12