taglinefilesource code
root_mountflags31fs/super.cextern int root_mountflags;
root_mountflags651fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
root_mountflags656fs/super.csb->s_flags = root_mountflags;
root_mountflags149init/main.cint root_mountflags = 0;
root_mountflags303init/main.croot_mountflags |= MS_RDONLY;
root_mountflags305init/main.croot_mountflags &= ~MS_RDONLY;
root_mountflags382init/main.croot_mountflags |= MS_RDONLY;