tag | line | file | source code |
---|---|---|---|
root_mountflags | 31 | fs/super.c | extern int root_mountflags; |
root_mountflags | 655 | fs/super.c | sb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1); |
root_mountflags | 660 | fs/super.c | sb->s_flags = root_mountflags; |
root_mountflags | 151 | init/main.c | int root_mountflags = 0; |
root_mountflags | 308 | init/main.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 310 | init/main.c | root_mountflags &= ~MS_RDONLY; |
root_mountflags | 387 | init/main.c | root_mountflags |= MS_RDONLY; |