Searched refs:fat_itr_next (Results 1 - 2 of 2) sorted by relevance

/u-boot/fs/fat/
H A Dfat.c720 * for (fat_itr_root(&itr, fsdata); fat_itr_next(&itr); ) {
1013 * fat_itr_next() - step to the next entry in a directory
1021 static int fat_itr_next(fat_itr *itr) function
1161 while (fat_itr_next(itr)) {
1390 if (!fat_itr_next(&dir->itr))
H A Dfat_write.c1230 while (fat_itr_next(itr)) {
1517 for (count = 0; fat_itr_next(dirs); count++)

Completed in 56 milliseconds