tag
line
file
source code
get_fs_type
301
fs/super.c
if (!(type = get_fs_type(name))) {
get_fs_type
609
fs/super.c
fstype = get_fs_type((char *) page);
get_fs_type
421
include/linux/fs.h
extern struct file_system_type *get_fs_type(const char *name);