tag | line | file | source code |
---|---|---|---|
root_mountflags | 35 | fs/super.c | extern int root_mountflags; |
root_mountflags | 503 | fs/super.c | sb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1); |
root_mountflags | 508 | fs/super.c | sb->s_flags = root_mountflags; |
root_mountflags | 145 | init/main.c | int root_mountflags = 0; |
root_mountflags | 293 | init/main.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 295 | init/main.c | root_mountflags &= ~MS_RDONLY; |
root_mountflags | 354 | init/main.c | root_mountflags |= MS_RDONLY; |