Home
last modified time | relevance | path

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

/Linux-v4.19/init/
Ddo_mounts.c30 int root_mountflags = MS_RDONLY | MS_SILENT; variable
48 root_mountflags |= MS_RDONLY; in readonly()
56 root_mountflags &= ~MS_RDONLY; in readwrite()
455 root_mountflags, root_data); in mount_nfs_root()
530 mount_block_root("/dev/root", root_mountflags); in mount_root()
563 mount_block_root(root_device_name, root_mountflags); in prepare_namespace()
Ddo_mounts.h15 extern int root_mountflags;
Ddo_mounts_initrd.c52 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()
/Linux-v4.19/arch/arc/include/asm/
Dsetup.h30 extern int root_mountflags, end_mem;
/Linux-v4.19/arch/sparc/kernel/
Dsetup_32.c191 extern int root_mountflags;
357 root_mountflags &= ~MS_RDONLY; in setup_arch()
Dsetup_64.c164 extern int root_mountflags;
658 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v4.19/arch/sh/kernel/
Dsetup.c73 extern int root_mountflags;
296 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v4.19/arch/arm/kernel/
Datags_parse.c59 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
/Linux-v4.19/arch/x86/kernel/
Dsetup.c215 extern int root_mountflags;
922 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v4.19/arch/arc/kernel/
Dsetup.c511 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v4.19/include/linux/
Dkernel.h564 extern int root_mountflags;