tag | line | file | source code |
---|---|---|---|
fs_type | 673 | fs/super.c | struct file_system_type * fs_type; |
fs_type | 702 | fs/super.c | for (fs_type = file_systems ; fs_type ; fs_type = fs_type->next) { |
fs_type | 705 | fs/super.c | if (!fs_type->requires_dev) |
fs_type | 707 | fs/super.c | sb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1); |
fs_type | 716 | fs/super.c | fs_type->name, |