Home
last modified time | relevance | path

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

/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()
276 if (!do_mount_root(root_dev, "nfs", root_mountflags, root_data)) in mount_nfs_root()
313 if (!do_mount_root(root_dev, "cifs", root_mountflags, in mount_cifs_root()
363 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root()
380 mount_root_generic("/dev/root", root_device_name, root_mountflags); in mount_block_root()
399 root_mountflags); in mount_root()
H A Ddo_mounts.h17 extern int root_mountflags;
/linux/arch/sparc/kernel/
H A Dsetup_32.c178 extern int root_mountflags;
338 root_mountflags &= ~MS_RDONLY; in setup_arch()
H A Dsetup_64.c151 extern int root_mountflags;
643 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux/arch/sh/kernel/
H A Dsetup.c71 extern int root_mountflags;
292 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux/arch/arc/include/asm/
H A Dsetup.h23 extern int root_mountflags, end_mem;
/linux/arch/arm/kernel/
H A Datags_parse.c57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
/linux/arch/x86/kernel/
H A Dsetup.c221 extern int root_mountflags;
561 root_mountflags &= ~MS_RDONLY; in parse_boot_params()
/linux/arch/arc/kernel/
H A Dsetup.c532 root_mountflags &= ~MS_RDONLY; in setup_arch()