taglinefilesource code
root_mountflags58arch/i386/kernel/setup.cextern int root_mountflags;
root_mountflags98arch/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_mountflags31fs/super.cextern int root_mountflags;
root_mountflags659fs/super.cif ( root_mountflags & MS_RDONLY)
root_mountflags665fs/super.croot_mountflags |= MS_RDONLY;
root_mountflags675fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
root_mountflags680fs/super.csb->s_flags = root_mountflags;
root_mountflags103init/main.cint root_mountflags = 0;
root_mountflags307init/main.croot_mountflags |= MS_RDONLY;
root_mountflags311init/main.croot_mountflags &= ~MS_RDONLY;