taglinefilesource code
root_mountflags60arch/i386/kernel/setup.cextern int root_mountflags;
root_mountflags107arch/i386/kernel/setup.croot_mountflags &= ~MS_RDONLY;
root_mountflags42arch/mips/kernel/setup.cextern int root_mountflags;
root_mountflags89arch/mips/kernel/setup.croot_mountflags |= MS_RDONLY;
root_mountflags33fs/super.cextern int root_mountflags;
root_mountflags692fs/super.csb->s_flags = root_mountflags & ~MS_RDONLY;
root_mountflags726fs/super.cif ( root_mountflags & MS_RDONLY)
root_mountflags732fs/super.croot_mountflags |= MS_RDONLY;
root_mountflags742fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
root_mountflags747fs/super.csb->s_flags = root_mountflags;
root_mountflags122init/main.cint root_mountflags = MS_RDONLY;
root_mountflags414init/main.croot_mountflags |= MS_RDONLY;
root_mountflags418init/main.croot_mountflags &= ~MS_RDONLY;