| tag | line | file | source code |
|---|---|---|---|
| file_system_type | 39 | fs/filesystems.c | struct file_system_type file_systems[] = { |
| file_system_type | 28 | fs/super.c | extern struct file_system_type file_systems[]; |
| file_system_type | 44 | fs/super.c | struct file_system_type *get_fs_type(char *name) |
| file_system_type | 132 | fs/super.c | struct file_system_type *type; |
| file_system_type | 398 | fs/super.c | struct file_system_type * fstype; |
| file_system_type | 490 | fs/super.c | struct file_system_type * fs_type; |
| file_system_type | 336 | include/linux/fs.h | extern struct file_system_type *get_fs_type(char *name); |