Home
last modified time | relevance | path

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

/openbmc/linux/init/
H A 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()
H A Ddo_mounts.h15 extern int root_mountflags;
H A Ddo_mounts_initrd.c99 root_mountflags & ~MS_RDONLY); in handle_initrd()
/openbmc/linux/arch/sparc/kernel/
H A Dsetup_32.c191 extern int root_mountflags;
351 root_mountflags &= ~MS_RDONLY; in setup_arch()
H A Dsetup_64.c164 extern int root_mountflags;
656 root_mountflags &= ~MS_RDONLY; in setup_arch()
/openbmc/linux/arch/sh/kernel/
H A Dsetup.c76 extern int root_mountflags;
297 root_mountflags &= ~MS_RDONLY; in setup_arch()
/openbmc/linux/arch/arc/include/asm/
H A Dsetup.h23 extern int root_mountflags, end_mem;
/openbmc/linux/arch/arm/kernel/
H A Datags_parse.c57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
/openbmc/linux/include/linux/
H A Dkernel.h220 extern int root_mountflags;
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c156 extern int root_mountflags;
950 root_mountflags &= ~MS_RDONLY; in setup_arch()
/openbmc/linux/arch/arc/kernel/
H A Dsetup.c532 root_mountflags &= ~MS_RDONLY; in setup_arch()