| tag | line | file | source code |
|---|---|---|---|
| file_system_type | 30 | fs/filesystems.c | struct file_system_type file_systems[] = { |
| file_system_type | 26 | fs/super.c | extern struct file_system_type file_systems[]; |
| file_system_type | 36 | fs/super.c | struct file_system_type *get_fs_type(char *name) |
| file_system_type | 119 | fs/super.c | struct file_system_type *type; |
| file_system_type | 328 | fs/super.c | struct file_system_type * fstype; |
| file_system_type | 405 | fs/super.c | struct file_system_type * fs_type; |
| file_system_type | 280 | include/linux/fs.h | extern struct file_system_type *get_fs_type(char *name); |