Searched refs:next_cluster (Results 1 – 2 of 2) sorted by relevance
254 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster) \ in Classify()256 next_cluster=cluster->next; \ in Classify()275 *next_cluster; in Classify() local432 next_cluster=head; in Classify()433 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster) in Classify()435 next_cluster=cluster->next; in Classify()454 head=next_cluster; in Classify()456 last_cluster->next=next_cluster; in Classify()666 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster) in Classify()668 next_cluster=cluster->next; in Classify()[all …]
168 __le32 next_cluster; /* Most recently allocated cluster */ member