taglinefilesource code
file_systems37fs/super.cstatic struct file_system_type file_systems[] = {
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_systems309fs/super.cstruct file_system_type * fs_type = file_systems;