tag | line | file | source code |
---|---|---|---|
root_mountflags | 72 | arch/i386/kernel/setup.c | extern int root_mountflags; |
root_mountflags | 134 | arch/i386/kernel/setup.c | root_mountflags &= ~MS_RDONLY; |
root_mountflags | 198 | arch/mips/kernel/setup.c | extern int root_mountflags; |
root_mountflags | 306 | arch/mips/kernel/setup.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 42 | fs/super.c | extern int root_mountflags; |
root_mountflags | 817 | fs/super.c | sb->s_flags = root_mountflags & ~MS_RDONLY; |
root_mountflags | 851 | fs/super.c | if ( root_mountflags & MS_RDONLY) |
root_mountflags | 857 | fs/super.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 867 | fs/super.c | sb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1); |
root_mountflags | 872 | fs/super.c | sb->s_flags = root_mountflags; |
root_mountflags | 136 | init/main.c | int root_mountflags = MS_RDONLY; |
root_mountflags | 454 | init/main.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 458 | init/main.c | root_mountflags &= ~MS_RDONLY; |