Home
last modified time | relevance | path

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

/external/u-boot/fs/fat/
Dfat.c669 unsigned next_clust; /* next cluster if remaining == 0 */ member
702 itr->next_clust = fsdata->root_cluster; in fat_itr_root()
739 itr->next_clust = clustnum; in fat_itr_child()
743 itr->next_clust = parent->fsdata->root_cluster; in fat_itr_child()
770 unsigned sect_offset = itr->next_clust * itr->fsdata->clust_size; in next_cluster()
777 sect = clust_to_sect(itr->fsdata, itr->next_clust); in next_cluster()
800 itr->clust = itr->next_clust; in next_cluster()
802 itr->next_clust++; in next_cluster()
803 if (itr->next_clust * itr->fsdata->clust_size >= in next_cluster()
805 debug("nextclust: 0x%x\n", itr->next_clust); in next_cluster()
[all …]
Dfat_write.c642 itr->next_clust = dir_newclust; in new_dir_table()