Home
last modified time | relevance | path

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

/init/
Ddo_mounts.c38 int root_mountflags = MS_RDONLY | MS_SILENT; variable
56 root_mountflags |= MS_RDONLY; in readonly()
64 root_mountflags &= ~MS_RDONLY; in readwrite()
456 root_mountflags, root_data); in mount_nfs_root()
527 mount_block_root("/dev/root", root_mountflags); in mount_root()
560 mount_block_root(root_device_name, root_mountflags); in prepare_namespace()
Ddo_mounts.h14 extern int root_mountflags;
Ddo_mounts_initrd.c61 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()