Home
last modified time | relevance | path

Searched refs:next_cluster (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A Dfat16.py308 def next_cluster(self, cluster: int) -> Optional[int]: member in Fat16
388 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 None
579 cluster = self.next_cluster(cluster)
582 next_cluster = self.next_cluster(cluster)
586 while next_cluster is not None:
587 cluster = next_cluster
[all …]
/openbmc/linux/include/uapi/linux/
H A Dmsdos_fs.h168 __le32 next_cluster; /* Most recently allocated cluster */ member
/openbmc/linux/fs/fat/
H A Dmisc.c95 fsinfo->next_cluster = cpu_to_le32(sbi->prev_free); in fat_clusters_flush()
H A Dinode.c1744 sbi->prev_free = le32_to_cpu(fsinfo->next_cluster); in fat_fill_super()
/openbmc/u-boot/fs/fat/
H A Dfat.c736 static void *next_cluster(fat_itr *itr) in next_cluster() function
790 struct dir_entry *dent = next_cluster(itr); in next_dent()