tag | line | file | source code |
---|---|---|---|
root_mountflags | 58 | arch/i386/kernel/setup.c | extern int root_mountflags; |
root_mountflags | 98 | arch/i386/kernel/setup.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 42 | arch/mips/kernel/setup.c | extern int root_mountflags; |
root_mountflags | 89 | arch/mips/kernel/setup.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 31 | fs/super.c | extern int root_mountflags; |
root_mountflags | 691 | fs/super.c | if ( root_mountflags & MS_RDONLY) |
root_mountflags | 697 | fs/super.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 707 | fs/super.c | sb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1); |
root_mountflags | 712 | fs/super.c | sb->s_flags = root_mountflags; |
root_mountflags | 122 | init/main.c | int root_mountflags = 0; |
root_mountflags | 342 | init/main.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 346 | init/main.c | root_mountflags &= ~MS_RDONLY; |