Searched refs:root_mountflags (Results 1 – 9 of 9) sorted by relevance
| /linux/init/ |
| H A D | do_mounts.c | 31 int root_mountflags = MS_RDONLY | MS_SILENT; variable 48 root_mountflags |= MS_RDONLY; in readonly() 56 root_mountflags &= ~MS_RDONLY; in readwrite() 277 if (!do_mount_root(root_dev, "nfs", root_mountflags, root_data)) in mount_nfs_root() 314 if (!do_mount_root(root_dev, "cifs", root_mountflags, in mount_cifs_root() 364 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root() 381 mount_root_generic("/dev/root", root_device_name, root_mountflags); in mount_block_root() 400 root_mountflags); in mount_root()
|
| H A D | do_mounts.h | 17 extern int root_mountflags;
|
| /linux/arch/sparc/kernel/ |
| H A D | setup_32.c | 178 extern int root_mountflags; 338 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| /linux/arch/sh/kernel/ |
| H A D | setup.c | 71 extern int root_mountflags; 292 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| /linux/arch/arc/include/asm/ |
| H A D | setup.h | 23 extern int root_mountflags, end_mem;
|
| /linux/include/linux/ |
| H A D | kernel.h | 163 extern int root_mountflags;
|
| /linux/arch/arm/kernel/ |
| H A D | atags_parse.c | 57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
|
| /linux/arch/x86/kernel/ |
| H A D | setup.c | 221 extern int root_mountflags; 561 root_mountflags &= ~MS_RDONLY; in parse_boot_params()
|
| /linux/arch/arc/kernel/ |
| H A D | setup.c | 532 root_mountflags &= ~MS_RDONLY; in setup_arch()
|