taglinefilesource code
root_mountflags33fs/super.cextern int root_mountflags;
root_mountflags491fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
root_mountflags496fs/super.csb->s_flags = root_mountflags;
root_mountflags159init/main.cint root_mountflags = 0;
root_mountflags197init/main.croot_mountflags |= MS_RDONLY;
root_mountflags201init/main.croot_mountflags &= ~MS_RDONLY;
root_mountflags260init/main.croot_mountflags |= MS_RDONLY;