Searched refs:fat_next_cluster (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/
H A Dfat.h211 void *fat_next_cluster(fat_itr *itr, unsigned int *nbytes);
/u-boot/fs/fat/
H A Dfat.c682 * fat_next_cluster().
860 * fat_next_cluster() - load next FAT cluster
869 void *fat_next_cluster(fat_itr *itr, unsigned int *nbytes) function
940 struct dir_entry *dent = fat_next_cluster(itr, &nbytes);
H A Dfat_write.c86 if (!fat_next_cluster(itr, &nbytes))

Completed in 70 milliseconds