tag | line | file | source code |
---|---|---|---|
file_system_type | 36 | fs/filesystems.c | struct file_system_type file_systems[] = { |
file_system_type | 27 | fs/super.c | extern struct file_system_type file_systems[]; |
file_system_type | 40 | fs/super.c | struct file_system_type *get_fs_type(char *name) |
file_system_type | 128 | fs/super.c | struct file_system_type *type; |
file_system_type | 366 | fs/super.c | struct file_system_type * fstype; |
file_system_type | 448 | fs/super.c | struct file_system_type * fs_type; |
file_system_type | 324 | include/linux/fs.h | extern struct file_system_type *get_fs_type(char *name); |