Searched refs:root_mountflags (Results 1 – 3 of 3) sorted by relevance
/init/ |
D | do_mounts.c | 31 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()
|
D | do_mounts.h | 15 extern int root_mountflags;
|
D | do_mounts_initrd.c | 78 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()
|