Home
last modified time | relevance | path

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

/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()
475 root_mountflags, root_data); in mount_nfs_root()
511 err = do_mount_root(root_dev, "cifs", root_mountflags, in mount_cifs_root()
557 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root()
593 mount_block_root("/dev/root", root_mountflags); in mount_root()
624 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()