Lines Matching refs:clust
636 unsigned clust; /* current cluster */ member
667 itr->clust = fsdata->root_cluster; in fat_itr_root()
702 itr->clust = clustnum; in fat_itr_child()
705 itr->clust = parent->fsdata->root_cluster; in fat_itr_child()
723 sect = clust_to_sect(itr->fsdata, itr->clust); in next_cluster()
745 itr->clust++; in next_cluster()
746 sect = clust_to_sect(itr->fsdata, itr->clust); in next_cluster()
749 debug("cursect: 0x%x\n", itr->clust); in next_cluster()
753 itr->clust = get_fatent(itr->fsdata, itr->clust); in next_cluster()
754 if (CHECK_CLUST(itr->clust, itr->fsdata->fatsize)) { in next_cluster()
755 debug("cursect: 0x%x\n", itr->clust); in next_cluster()