Home
last modified time | relevance | path

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

/Linux-v5.4/init/
Ddo_mounts.c32 int root_mountflags = MS_RDONLY | MS_SILENT; variable
50 root_mountflags |= MS_RDONLY; in readonly()
58 root_mountflags &= ~MS_RDONLY; in readwrite()
488 root_mountflags, root_data); in mount_nfs_root()
563 mount_block_root("/dev/root", root_mountflags); in mount_root()
596 mount_block_root(root_device_name, root_mountflags); in prepare_namespace()
Ddo_mounts.h15 extern int root_mountflags;
Ddo_mounts_initrd.c73 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()
/Linux-v5.4/arch/arc/include/asm/
Dsetup.h27 extern int root_mountflags, end_mem;
/Linux-v5.4/arch/sh/kernel/
Dsetup.c74 extern int root_mountflags;
297 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v5.4/arch/sparc/kernel/
Dsetup_32.c192 extern int root_mountflags;
357 root_mountflags &= ~MS_RDONLY; in setup_arch()
Dsetup_64.c165 extern int root_mountflags;
663 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v5.4/arch/arm/kernel/
Datags_parse.c57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
/Linux-v5.4/arch/x86/kernel/
Dsetup.c217 extern int root_mountflags;
944 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v5.4/arch/arc/kernel/
Dsetup.c573 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v5.4/include/linux/
Dkernel.h561 extern int root_mountflags;