Home
last modified time | relevance | path

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

/linux-3.4.99/init/
Ddo_mounts.c28 int root_mountflags = MS_RDONLY | MS_SILENT; variable
46 root_mountflags |= MS_RDONLY; in readonly()
54 root_mountflags &= ~MS_RDONLY; in readwrite()
426 root_mountflags, root_data); in mount_nfs_root()
497 mount_block_root("/dev/root", root_mountflags); in mount_root()
529 mount_block_root(root_device_name, root_mountflags); in prepare_namespace()
Ddo_mounts.h14 extern int root_mountflags;
Ddo_mounts_initrd.c45 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()
/linux-3.4.99/arch/sparc/kernel/
Dsetup_32.c199 extern int root_mountflags;
297 root_mountflags &= ~MS_RDONLY; in setup_arch()
Dsetup_64.c171 extern int root_mountflags;
515 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-3.4.99/arch/sh/kernel/
Dsetup.c71 extern int root_mountflags;
265 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-3.4.99/arch/m32r/kernel/
Dsetup.c65 extern int root_mountflags;
238 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-3.4.99/arch/cris/kernel/
Dsetup.c30 extern int root_mountflags;
/linux-3.4.99/arch/avr32/kernel/
Dsetup.c32 extern int root_mountflags;
309 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
/linux-3.4.99/arch/x86/kernel/
Dsetup.c232 extern int root_mountflags;
843 root_mountflags &= ~MS_RDONLY; in setup_arch()
/linux-3.4.99/include/linux/
Dkernel.h366 extern int root_mountflags;
/linux-3.4.99/arch/arm/kernel/
Dsetup.c659 root_mountflags &= ~MS_RDONLY; in parse_tag_core()