Home
last modified time | relevance | path

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

/Linux-v5.10/init/
Ddo_mounts.c31 int root_mountflags = MS_RDONLY | MS_SILENT; variable
49 root_mountflags |= MS_RDONLY; in readonly()
57 root_mountflags &= ~MS_RDONLY; in readwrite()
502 root_mountflags, root_data); in mount_nfs_root()
538 err = do_mount_root(root_dev, "cifs", root_mountflags, in mount_cifs_root()
576 mount_block_root("/dev/root", root_mountflags); in mount_root()
607 mount_block_root(root_device_name, root_mountflags); in prepare_namespace()
Ddo_mounts.h15 extern int root_mountflags;
Ddo_mounts_initrd.c78 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()
/Linux-v5.10/arch/sparc/kernel/
Dsetup_32.c191 extern int root_mountflags;
352 root_mountflags &= ~MS_RDONLY; in setup_arch()
Dsetup_64.c164 extern int root_mountflags;
658 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v5.10/arch/sh/kernel/
Dsetup.c75 extern int root_mountflags;
296 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v5.10/arch/arc/include/asm/
Dsetup.h23 extern int root_mountflags, end_mem;
/Linux-v5.10/arch/arm/kernel/
Datags_parse.c57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
/Linux-v5.10/arch/x86/kernel/
Dsetup.c161 extern int root_mountflags;
877 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v5.10/arch/arc/kernel/
Dsetup.c577 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v5.10/include/linux/
Dkernel.h568 extern int root_mountflags;