root_mountflags    27 arch/arc/include/asm/setup.h extern int root_mountflags, end_mem;
root_mountflags   574 arch/arc/kernel/setup.c 	root_mountflags &= ~MS_RDONLY;
root_mountflags    57 arch/arm/kernel/atags_parse.c 			root_mountflags &= ~MS_RDONLY;
root_mountflags    74 arch/sh/kernel/setup.c extern int root_mountflags;
root_mountflags   297 arch/sh/kernel/setup.c 		root_mountflags &= ~MS_RDONLY;
root_mountflags   192 arch/sparc/kernel/setup_32.c extern int root_mountflags;
root_mountflags   357 arch/sparc/kernel/setup_32.c 		root_mountflags &= ~MS_RDONLY;
root_mountflags   165 arch/sparc/kernel/setup_64.c extern int root_mountflags;
root_mountflags   663 arch/sparc/kernel/setup_64.c 		root_mountflags &= ~MS_RDONLY;
root_mountflags   217 arch/x86/kernel/setup.c extern int root_mountflags;
root_mountflags   944 arch/x86/kernel/setup.c 		root_mountflags &= ~MS_RDONLY;
root_mountflags   561 include/linux/kernel.h extern int root_mountflags;
root_mountflags    32 init/do_mounts.c int root_mountflags = MS_RDONLY | MS_SILENT;
root_mountflags    50 init/do_mounts.c 	root_mountflags |= MS_RDONLY;
root_mountflags    58 init/do_mounts.c 	root_mountflags &= ~MS_RDONLY;
root_mountflags   488 init/do_mounts.c 					root_mountflags, root_data);
root_mountflags   563 init/do_mounts.c 		mount_block_root("/dev/root", root_mountflags);
root_mountflags   596 init/do_mounts.c 			mount_block_root(root_device_name, root_mountflags);
root_mountflags    15 init/do_mounts.h extern int root_mountflags;
root_mountflags    73 init/do_mounts_initrd.c 	mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY);