Searched refs:next_cluster (Results 1 – 2 of 2) sorted by relevance
308 def next_cluster(self, cluster: int) -> Optional[int]: member in Fat16388 cluster = self.next_cluster(cluster)450 cluster = self.next_cluster(cluster)513 cluster = self.next_cluster(cluster)557 cluster = self.next_cluster(cluster)561 self.next_cluster(cluster) is None579 cluster = self.next_cluster(cluster)582 next_cluster = self.next_cluster(cluster)586 while next_cluster is not None:587 cluster = next_cluster[all …]
736 static void *next_cluster(fat_itr *itr) in next_cluster() function790 struct dir_entry *dent = next_cluster(itr); in next_dent()