tag | line | file | source code |
---|---|---|---|
file_system_type | 37 | fs/super.c | static struct file_system_type file_systems[] = { |
file_system_type | 46 | fs/super.c | struct file_system_type *get_fs_type(char *name) |
file_system_type | 118 | fs/super.c | struct file_system_type *type; |
file_system_type | 309 | fs/super.c | struct file_system_type * fs_type = file_systems; |
file_system_type | 221 | include/linux/fs.h | extern struct file_system_type *get_fs_type(char *name); |