taglinefilesource code
root_mountflags35fs/super.cextern int root_mountflags;
root_mountflags503fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
root_mountflags508fs/super.csb->s_flags = root_mountflags;
root_mountflags145init/main.cint root_mountflags = 0;
root_mountflags293init/main.croot_mountflags |= MS_RDONLY;
root_mountflags295init/main.croot_mountflags &= ~MS_RDONLY;
root_mountflags354init/main.croot_mountflags |= MS_RDONLY;