taglinefilesource code
fstype430fs/super.cstruct file_system_type * fstype;
fstype455fs/super.cfstype = get_fs_type((char *) page);
fstype457fs/super.cif (!fstype)    
fstype459fs/super.ct = fstype->name;
fstype460fs/super.cif (fstype->requires_dev) {