Lines Matching refs:clust
646 unsigned clust; /* current cluster */ member
677 itr->clust = fsdata->root_cluster; in fat_itr_root()
712 itr->clust = clustnum; in fat_itr_child()
714 itr->clust = parent->fsdata->root_cluster; in fat_itr_child()
732 sect = clust_to_sect(itr->fsdata, itr->clust); in next_cluster()
754 itr->clust++; in next_cluster()
755 sect = clust_to_sect(itr->fsdata, itr->clust); in next_cluster()
758 debug("cursect: 0x%x\n", itr->clust); in next_cluster()
762 itr->clust = get_fatent(itr->fsdata, itr->clust); in next_cluster()
763 if (CHECK_CLUST(itr->clust, itr->fsdata->fatsize)) { in next_cluster()
764 debug("cursect: 0x%x\n", itr->clust); in next_cluster()