taglinefilesource code
file_systems42fs/filesystems.cstruct file_system_type file_systems[] = {
file_systems28fs/super.cextern struct file_system_type file_systems[];
file_systems49fs/super.creturn &file_systems[0];
file_systems50fs/super.cfor(a = 0 ; file_systems[a].read_super ; a++)
file_systems51fs/super.cif (!strcmp(name,file_systems[a].name))
file_systems52fs/super.creturn(&file_systems[a]);
file_systems518fs/super.cfor (fs_type = file_systems; fs_type->read_super; fs_type++) {