Home
last modified time | relevance | path

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

/linux-4.4.14/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()
541 mount_block_root("/dev/root", root_mountflags); in mount_root()
574 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.4.14/arch/arc/include/asm/
Dsetup.h31 extern int root_mountflags, end_mem;
/linux-4.4.14/arch/sh/kernel/
Dsetup.c71 extern int root_mountflags;
265 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-4.4.14/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;
613 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-4.4.14/arch/m32r/kernel/
Dsetup.c65 extern int root_mountflags;
241 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-4.4.14/arch/cris/kernel/
Dsetup.c33 extern int root_mountflags;
/linux-4.4.14/arch/avr32/kernel/
Dsetup.c32 extern int root_mountflags;
309 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
/linux-4.4.14/arch/arm/kernel/
Datags_parse.c58 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
/linux-4.4.14/arch/x86/kernel/
Dsetup.c227 extern int root_mountflags;
943 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-4.4.14/arch/arc/kernel/
Dsetup.c425 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-4.4.14/include/linux/
Dkernel.h465 extern int root_mountflags;