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

/u-boot/include/
H A Dfat.h184 static inline u32 clust_to_sect(fsdata *fsdata, u32 clust) argument
186 return fsdata->data_begin + clust * fsdata->clust_size;
/u-boot/fs/fat/
H A Dfat.c738 * @clust: current cluster
740 unsigned int clust; member in struct:fat_itr
808 itr->clust = fsdata->root_cluster;
845 itr->clust = clustnum;
849 itr->clust = parent->fsdata->root_cluster;
917 itr->clust = itr->next_clust;
1045 itr->dent_clust = itr->clust;
1143 itr->clust = itr->fsdata->root_cluster;
H A Dfat_write.c286 cluster = itr->clust;
307 if (itr->clust != cluster) {
663 ret = set_cluster(mydata, itr->clust, itr->block,
668 sect_offset = itr->clust * mydata->clust_size;
830 int dir_oldclust = itr->clust;
839 itr->clust = dir_newclust;
1586 if (itr->clust != itr->dent_clust) {

Completed in 67 milliseconds