tag | line | file | source code |
---|---|---|---|
root_mountflags | 30 | fs/super.c | extern int root_mountflags; |
root_mountflags | 658 | fs/super.c | if ( root_mountflags & MS_RDONLY) |
root_mountflags | 664 | fs/super.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 674 | fs/super.c | sb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1); |
root_mountflags | 679 | fs/super.c | sb->s_flags = root_mountflags; |
root_mountflags | 160 | init/main.c | int root_mountflags = 0; |
root_mountflags | 346 | init/main.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 350 | init/main.c | root_mountflags &= ~MS_RDONLY; |
root_mountflags | 424 | init/main.c | root_mountflags |= MS_RDONLY; |