Home
last modified time | relevance | path

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

/Linux-v6.6/init/
Ddo_mounts.c31 int root_mountflags = MS_RDONLY | MS_SILENT; variable
48 root_mountflags |= MS_RDONLY; in readonly()
56 root_mountflags &= ~MS_RDONLY; in readwrite()
274 if (!do_mount_root(root_dev, "nfs", root_mountflags, root_data)) in mount_nfs_root()
311 if (!do_mount_root(root_dev, "cifs", root_mountflags, in mount_cifs_root()
361 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root()
378 mount_root_generic("/dev/root", root_device_name, root_mountflags); in mount_block_root()
397 root_mountflags); in mount_root()
Ddo_mounts.h15 extern int root_mountflags;
Ddo_mounts_initrd.c99 root_mountflags & ~MS_RDONLY); in handle_initrd()
/Linux-v6.6/arch/sparc/kernel/
Dsetup_32.c191 extern int root_mountflags;
351 root_mountflags &= ~MS_RDONLY; in setup_arch()
Dsetup_64.c164 extern int root_mountflags;
656 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v6.6/arch/sh/kernel/
Dsetup.c76 extern int root_mountflags;
297 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v6.6/arch/arc/include/asm/
Dsetup.h23 extern int root_mountflags, end_mem;
/Linux-v6.6/arch/arm/kernel/
Datags_parse.c57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
/Linux-v6.6/include/linux/
Dkernel.h220 extern int root_mountflags;
/Linux-v6.6/arch/x86/kernel/
Dsetup.c156 extern int root_mountflags;
950 root_mountflags &= ~MS_RDONLY; in setup_arch()
/Linux-v6.6/arch/arc/kernel/
Dsetup.c534 root_mountflags &= ~MS_RDONLY; in setup_arch()