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

/u-boot/fs/fat/
H A Dfat.c766 * @dent_clust: cluster of long name start
768 unsigned int dent_clust; member in struct:fat_itr
1045 itr->dent_clust = itr->clust;
H A Dfat_write.c1586 if (itr->clust != itr->dent_clust) {
1589 ret = fat_move_to_cluster(itr, itr->dent_clust);

Completed in 47 milliseconds