taglinefilesource code
root_mountflags72arch/i386/kernel/setup.cextern int root_mountflags;
root_mountflags134arch/i386/kernel/setup.croot_mountflags &= ~MS_RDONLY;
root_mountflags198arch/mips/kernel/setup.cextern int root_mountflags;
root_mountflags306arch/mips/kernel/setup.croot_mountflags |= MS_RDONLY;
root_mountflags42fs/super.cextern int root_mountflags;
root_mountflags837fs/super.csb->s_flags = root_mountflags & ~MS_RDONLY;
root_mountflags871fs/super.cif ( root_mountflags & MS_RDONLY)
root_mountflags877fs/super.croot_mountflags |= MS_RDONLY;
root_mountflags887fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
root_mountflags892fs/super.csb->s_flags = root_mountflags;
root_mountflags149init/main.cint root_mountflags = MS_RDONLY;
root_mountflags484init/main.croot_mountflags |= MS_RDONLY;
root_mountflags488init/main.croot_mountflags &= ~MS_RDONLY;