Searched refs:root_mountflags (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/arc/include/asm/
H A Dsetup.h23 extern int root_mountflags, end_mem;
/linux-master/init/
H A Ddo_mounts.h17 extern int root_mountflags;
H A Ddo_mounts.c31 int root_mountflags = MS_RDONLY | MS_SILENT; variable
48 root_mountflags |= MS_RDONLY;
56 root_mountflags &= ~MS_RDONLY;
277 if (!do_mount_root(root_dev, "nfs", root_mountflags, root_data))
314 if (!do_mount_root(root_dev, "cifs", root_mountflags,
364 err = do_mount_root(root_device_name, fstype, root_mountflags,
381 mount_root_generic("/dev/root", root_device_name, root_mountflags);
400 root_mountflags);
H A Ddo_mounts_initrd.c99 root_mountflags & ~MS_RDONLY);
/linux-master/arch/sh/kernel/
H A Dsetup.c71 extern int root_mountflags;
292 root_mountflags &= ~MS_RDONLY;
/linux-master/arch/sparc/kernel/
H A Dsetup_32.c178 extern int root_mountflags;
338 root_mountflags &= ~MS_RDONLY;
H A Dsetup_64.c151 extern int root_mountflags;
643 root_mountflags &= ~MS_RDONLY;
/linux-master/arch/arm/kernel/
H A Datags_parse.c57 root_mountflags &= ~MS_RDONLY;
/linux-master/include/linux/
H A Dkernel.h175 extern int root_mountflags;
/linux-master/arch/x86/kernel/
H A Dsetup.c156 extern int root_mountflags;
823 root_mountflags &= ~MS_RDONLY;
/linux-master/arch/arc/kernel/
H A Dsetup.c532 root_mountflags &= ~MS_RDONLY;

Completed in 138 milliseconds