Home
last modified time | relevance | path

Searched defs:next_cluster (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A Dfat16.py308 def next_cluster(self, cluster: int) -> Optional[int]: member in Fat16
/openbmc/u-boot/fs/fat/
H A Dfat.c736 static void *next_cluster(fat_itr *itr) in next_cluster() function