taglinefilesource code
root_mountflags56arch/i386/kernel/setup.cextern int root_mountflags;
root_mountflags96arch/i386/kernel/setup.croot_mountflags |= MS_RDONLY;
root_mountflags30fs/super.cextern int root_mountflags;
root_mountflags664fs/super.cif ( root_mountflags & MS_RDONLY)
root_mountflags670fs/super.croot_mountflags |= MS_RDONLY;
root_mountflags680fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
root_mountflags685fs/super.csb->s_flags = root_mountflags;
root_mountflags130init/main.cint root_mountflags = 0;
root_mountflags328init/main.croot_mountflags |= MS_RDONLY;
root_mountflags332init/main.croot_mountflags &= ~MS_RDONLY;