taglinefilesource code
file_systems49fs/super.cstatic struct file_system_type *file_systems = (struct file_system_type *) NULL;
file_systems152fs/super.ctmp = &file_systems;
file_systems166fs/super.ctmp = &file_systems;
file_systems188fs/super.cfor (tmp = file_systems ; tmp ; tmp = tmp->next) {
file_systems204fs/super.ctmp = file_systems;
file_systems225fs/super.cfor (tmp = file_systems ; tmp ; tmp = tmp->next)
file_systems263fs/super.ctmp = file_systems;
file_systems275fs/super.cstruct file_system_type * fs = file_systems;
file_systems854fs/super.cfor (fs_type = file_systems ; fs_type ; fs_type = fs_type->next) {