Home
last modified time | relevance | path

Searched refs:root_mountflags (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/init/
Ddo_mounts.c40 int root_mountflags = MS_RDONLY | MS_SILENT; variable
58 root_mountflags |= MS_RDONLY; in readonly()
66 root_mountflags &= ~MS_RDONLY; in readwrite()
466 root_mountflags, root_data); in mount_nfs_root()
537 mount_block_root("/dev/root", root_mountflags); in mount_root()
569 mount_block_root(root_device_name, root_mountflags); in prepare_namespace()
Ddo_mounts.h14 extern int root_mountflags;
Ddo_mounts_initrd.c61 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()
/linux-4.1.27/arch/arc/include/asm/
Dsetup.h31 extern int root_mountflags, end_mem;
/linux-4.1.27/arch/sh/kernel/
Dsetup.c71 extern int root_mountflags;
265 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-4.1.27/arch/sparc/kernel/
Dsetup_32.c192 extern int root_mountflags;
358 root_mountflags &= ~MS_RDONLY; in setup_arch()
Dsetup_64.c160 extern int root_mountflags;
612 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-4.1.27/arch/m32r/kernel/
Dsetup.c65 extern int root_mountflags;
241 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-4.1.27/arch/cris/kernel/
Dsetup.c33 extern int root_mountflags;
/linux-4.1.27/arch/avr32/kernel/
Dsetup.c32 extern int root_mountflags;
309 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
/linux-4.1.27/arch/arm/kernel/
Datags_parse.c58 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
/linux-4.1.27/arch/x86/kernel/
Dsetup.c226 extern int root_mountflags;
961 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-4.1.27/arch/arc/kernel/
Dsetup.c372 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-4.1.27/include/linux/
Dkernel.h458 extern int root_mountflags;