taglinefilesource code
root_mountflags31fs/super.cextern int root_mountflags;
root_mountflags653fs/super.cif ( root_mountflags & MS_RDONLY)
root_mountflags659fs/super.croot_mountflags |= MS_RDONLY;
root_mountflags669fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
root_mountflags674fs/super.csb->s_flags = root_mountflags;
root_mountflags158init/main.cint root_mountflags = 0;
root_mountflags338init/main.croot_mountflags |= MS_RDONLY;
root_mountflags342init/main.croot_mountflags &= ~MS_RDONLY;
root_mountflags429init/main.croot_mountflags |= MS_RDONLY;