Searched refs:root_mountflags (Results 1 – 13 of 13) sorted by relevance
| /linux/init/ |
| A D | do_mounts.c | 31 int root_mountflags = MS_RDONLY | MS_SILENT; variable 49 root_mountflags |= MS_RDONLY; in readonly() 57 root_mountflags &= ~MS_RDONLY; in readwrite() 475 root_mountflags, root_data); in mount_nfs_root() 511 err = do_mount_root(root_dev, "cifs", root_mountflags, in mount_cifs_root() 557 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root() 593 mount_block_root("/dev/root", root_mountflags); in mount_root() 624 mount_block_root(root_device_name, root_mountflags); in prepare_namespace()
|
| A D | do_mounts.h | 15 extern int root_mountflags;
|
| A D | do_mounts_initrd.c | 78 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()
|
| /linux/arch/sh/kernel/ |
| A D | setup.c | 75 extern int root_mountflags; 296 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| /linux/arch/sparc/kernel/ |
| A D | setup_32.c | 191 extern int root_mountflags; 351 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| A D | setup_64.c | 164 extern int root_mountflags; 656 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| /linux/arch/arc/include/asm/ |
| A D | setup.h | 23 extern int root_mountflags, end_mem;
|
| /linux/arch/arm/kernel/ |
| A D | atags_parse.c | 57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
|
| /linux/arch/x86/kernel/ |
| A D | setup.c | 158 extern int root_mountflags; 851 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| /linux/include/linux/ |
| A D | kernel.h | 234 extern int root_mountflags;
|
| /linux/arch/arc/kernel/ |
| A D | setup.c | 577 root_mountflags &= ~MS_RDONLY; in setup_arch()
|
| /linux/ |
| A D | System.map | 130365 ffff800011dd3430 D root_mountflags
|
| A D | .tmp_System.map | 130365 ffff800011dd3430 D root_mountflags
|
Completed in 343 milliseconds