taglinefilesource code
root_mountflags68arch/i386/kernel/setup.cextern int root_mountflags;
root_mountflags127arch/i386/kernel/setup.croot_mountflags &= ~MS_RDONLY;
root_mountflags198arch/mips/kernel/setup.cextern int root_mountflags;
root_mountflags305arch/mips/kernel/setup.croot_mountflags |= MS_RDONLY;
root_mountflags37fs/super.cextern int root_mountflags;
root_mountflags809fs/super.csb->s_flags = root_mountflags & ~MS_RDONLY;
root_mountflags843fs/super.cif ( root_mountflags & MS_RDONLY)
root_mountflags849fs/super.croot_mountflags |= MS_RDONLY;
root_mountflags859fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
root_mountflags864fs/super.csb->s_flags = root_mountflags;
root_mountflags128init/main.cint root_mountflags = MS_RDONLY;
root_mountflags443init/main.croot_mountflags |= MS_RDONLY;
root_mountflags447init/main.croot_mountflags &= ~MS_RDONLY;