taglinefilesource code
file_systems30fs/filesystems.cstruct file_system_type file_systems[] = {
file_systems26fs/super.cextern struct file_system_type file_systems[];
file_systems41fs/super.creturn &file_systems[0];
file_systems42fs/super.cfor(a = 0 ; file_systems[a].read_super ; a++)
file_systems43fs/super.cif (!strcmp(name,file_systems[a].name))
file_systems44fs/super.creturn(&file_systems[a]);
file_systems416fs/super.cfor (fs_type = file_systems; fs_type->read_super; fs_type++) {