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

/u-boot/fs/fat/
H A Dfat.c742 * @next_clust: next cluster if remaining == 0
744 unsigned int next_clust; member in struct:fat_itr
809 itr->next_clust = fsdata->root_cluster;
846 itr->next_clust = clustnum;
850 itr->next_clust = parent->fsdata->root_cluster;
884 * cluster boundary at all), so consider itr->next_clust to be
887 unsigned sect_offset = itr->next_clust * itr->fsdata->clust_size;
894 sect = clust_to_sect(itr->fsdata, itr->next_clust);
917 itr->clust = itr->next_clust;
919 itr->next_clust
[all...]
H A Dfat_write.c84 itr->next_clust = cluster;
840 itr->next_clust = dir_newclust;

Completed in 46 milliseconds