taglinefilesource code
fs_type490fs/super.cstruct file_system_type * fs_type;
fs_type500fs/super.cfor (fs_type = file_systems; fs_type->read_super; fs_type++) {
fs_type501fs/super.cif (!fs_type->requires_dev)
fs_type503fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
fs_type512fs/super.cfs_type->name,