taglinefilesource code
file_systems40fs/super.cstatic struct file_system_type * file_systems = NULL;
file_systems50fs/super.ctmp = &file_systems;
file_systems64fs/super.ctmp = &file_systems;
file_systems86fs/super.cfor (tmp = file_systems ; tmp ; tmp = tmp->next) {
file_systems102fs/super.ctmp = file_systems;
file_systems123fs/super.cfor (tmp = file_systems ; tmp ; tmp = tmp->next)
file_systems161fs/super.ctmp = file_systems;
file_systems173fs/super.cstruct file_system_type * fs = file_systems;
file_systems702fs/super.cfor (fs_type = file_systems ; fs_type ; fs_type = fs_type->next) {