Searched refs:next_cluster (Results 1 – 5 of 5) 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 …]
168 __le32 next_cluster; /* Most recently allocated cluster */ member
95 fsinfo->next_cluster = cpu_to_le32(sbi->prev_free); in fat_clusters_flush()
1744 sbi->prev_free = le32_to_cpu(fsinfo->next_cluster); in fat_fill_super()
736 static void *next_cluster(fat_itr *itr) in next_cluster() function790 struct dir_entry *dent = next_cluster(itr); in next_dent()