Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/init/
H A 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()
502 root_mountflags, root_data); in mount_nfs_root()
538 err = do_mount_root(root_dev, "cifs", root_mountflags, in mount_cifs_root()
576 mount_block_root("/dev/root", root_mountflags); in mount_root()
607 mount_block_root(root_device_name, root_mountflags); in prepare_namespace()
H A Ddo_mounts.h15 extern int root_mountflags;
H A Ddo_mounts_initrd.c78 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsetup_32.c191 extern int root_mountflags;
352 root_mountflags &= ~MS_RDONLY; in setup_arch()
H A Dsetup_64.c164 extern int root_mountflags;
658 root_mountflags &= ~MS_RDONLY; in setup_arch()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dsetup.c75 extern int root_mountflags;
296 root_mountflags &= ~MS_RDONLY; in setup_arch()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dsetup.h23 extern int root_mountflags, end_mem;
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Datags_parse.c57 root_mountflags &= ~MS_RDONLY; in parse_tag_core()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsetup.c161 extern int root_mountflags;
897 root_mountflags &= ~MS_RDONLY; in setup_arch()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h568 extern int root_mountflags;
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dsetup.c577 root_mountflags &= ~MS_RDONLY; in setup_arch()