tag | line | file | source code |
---|---|---|---|
root_mountflags | 75 | arch/i386/kernel/setup.c | extern int root_mountflags; |
root_mountflags | 141 | arch/i386/kernel/setup.c | root_mountflags &= ~MS_RDONLY; |
root_mountflags | 198 | arch/mips/kernel/setup.c | extern int root_mountflags; |
root_mountflags | 306 | arch/mips/kernel/setup.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 47 | fs/super.c | extern int root_mountflags; |
root_mountflags | 855 | fs/super.c | sb->s_flags = root_mountflags & ~MS_RDONLY; |
root_mountflags | 894 | fs/super.c | if ( root_mountflags & MS_RDONLY) |
root_mountflags | 900 | fs/super.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 914 | fs/super.c | sb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1); |
root_mountflags | 919 | fs/super.c | sb->s_flags = root_mountflags; |
root_mountflags | 929 | fs/super.c | vfsmnt->mnt_flags = root_mountflags; |
root_mountflags | 165 | init/main.c | int root_mountflags = MS_RDONLY; |
root_mountflags | 543 | init/main.c | root_mountflags |= MS_RDONLY; |
root_mountflags | 547 | init/main.c | root_mountflags &= ~MS_RDONLY; |
root_mountflags | 825 | init/main.c | real_root_mountflags = root_mountflags; |
root_mountflags | 826 | init/main.c | if (initrd_start && mount_initrd) root_mountflags &= ~MS_RDONLY; |
root_mountflags | 856 | init/main.c | root_mountflags = real_root_mountflags; |