Home
last modified time | relevance | path

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

/u-boot/fs/fat/
A Dfat.c686 unsigned int next_clust; member
751 itr->next_clust = fsdata->root_cluster; in fat_itr_root()
788 itr->next_clust = clustnum; in fat_itr_child()
792 itr->next_clust = parent->fsdata->root_cluster; in fat_itr_child()
859 itr->clust = itr->next_clust; in fat_next_cluster()
861 itr->next_clust++; in fat_next_cluster()
862 if (itr->next_clust * itr->fsdata->clust_size >= in fat_next_cluster()
864 debug("nextclust: 0x%x\n", itr->next_clust); in fat_next_cluster()
868 itr->next_clust = get_fatent(itr->fsdata, itr->next_clust); in fat_next_cluster()
870 debug("nextclust: 0x%x\n", itr->next_clust); in fat_next_cluster()
[all …]
A Dfat_write.c81 itr->next_clust = cluster; in fat_move_to_cluster()
834 itr->next_clust = dir_newclust; in new_dir_table()

Completed in 7 milliseconds