Searched refs:MS_RDONLY (Results 1 – 14 of 14) sorted by relevance
108 #define MS_RDONLY 1 /* Mount read-only */ macro146 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|\
30 int root_mountflags = MS_RDONLY | MS_SILENT;48 root_mountflags |= MS_RDONLY; in readonly()56 root_mountflags &= ~MS_RDONLY; in readwrite()
52 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()
133 mnt_flags |= MS_RDONLY; in read_mnt_flags()321 if (!test_unpriv_remount_simple(MS_RDONLY)) { in main()
40 LX_VALUE(MS_RDONLY)
357 root_mountflags &= ~MS_RDONLY; in setup_arch()
658 root_mountflags &= ~MS_RDONLY; in setup_arch()
296 root_mountflags &= ~MS_RDONLY; in setup_arch()
59 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
922 root_mountflags &= ~MS_RDONLY; in setup_arch()
32 if (flags & MS_RDONLY) in audit_mnt_flags()
511 root_mountflags &= ~MS_RDONLY; in setup_arch()
2211 if (ms_flags & MS_RDONLY) in change_mount_flags()2757 if (flags & MS_RDONLY) in do_mount()
1488 } else if (f2fs_readonly(sb) && !(*flags & MS_RDONLY)) { in f2fs_remount()