tag | line | file | source code |
---|---|---|---|
root_mountflags | 33 | fs/super.c | extern int root_mountflags; |
root_mountflags | 461 | fs/super.c | sb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1); |
root_mountflags | 466 | fs/super.c | sb->s_flags = root_mountflags; |
root_mountflags | 157 | init/main.c | int root_mountflags = 0; |
root_mountflags | 195 | init/main.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 199 | init/main.c | root_mountflags &= ~MS_RDONLY; |
root_mountflags | 257 | init/main.c | root_mountflags |= MS_RDONLY; |